Ayuda ComboBox
Publicado por Gastón (80 intervenciones) el 27/02/2009 14:33:18
Amigos foxeros, por favor necesito saber si es posible asignarle a un combobox el itemid 0, hasta ahora el primer elemento comienza de 1 pero tambien necesito agregarle un itemid = 0.
Ejemplo:
thisform.cmbSeccion.AddListItem ("Señora",1)
thisform.cmbSeccion.AddListItem ("Caballero",2)
thisform.cmbSeccion.AddListItem ("Niño",3)
**** Esta linea me produce un erro
thisform.cmbSeccion.AddListItem ("Todos",0)
Gracias.
Ejemplo:
thisform.cmbSeccion.AddListItem ("Señora",1)
thisform.cmbSeccion.AddListItem ("Caballero",2)
thisform.cmbSeccion.AddListItem ("Niño",3)
**** Esta linea me produce un erro
thisform.cmbSeccion.AddListItem ("Todos",0)
Gracias.
Valora esta pregunta


0