Combobox
Tengo un formulario con tres textnox y combobox . Los uso para digitar información con el siguiente código en un botón
APPEND BLANK
replace OT With ThisForm.Text1.Value
replace CANTIDAD With ThisForm.Text2.Value
replace fecha With ThisForm.Text3.Value
replace servicio With THISFORM.Combo1.Value
thisform.Text1.value=' '
thisform.Text2.value=' '
thisform.Text3.value=' '
El problema que tengo es que una vez ingresada la linea no me carga nuevamente la información en el combobox, más bien me arroja un error y botrra el combobox del formulario.
¿Cómo le hago?
De antemano muchas gracias.
APPEND BLANK
replace OT With ThisForm.Text1.Value
replace CANTIDAD With ThisForm.Text2.Value
replace fecha With ThisForm.Text3.Value
replace servicio With THISFORM.Combo1.Value
thisform.Text1.value=' '
thisform.Text2.value=' '
thisform.Text3.value=' '
El problema que tengo es que una vez ingresada la linea no me carga nuevamente la información en el combobox, más bien me arroja un error y botrra el combobox del formulario.
¿Cómo le hago?
De antemano muchas gracias.
1 respuesta
Respuesta de Jorge Luis Vejerano Ortiz
1