datacombo
Publicado por senen (8 intervenciones) el 26/09/2006 19:51:43
Tengo un datacombo en el que escojo el código del cliente y quiero que al escogerlo me traiga el nombre del con ese código en la caja de texto que tengo de del código y me saca el siguiente error al perder el foco en el código de cliente: "Error '3001' en tiempo de ejecución: Argumentos incorrectos, fuera del intervalo permitido o en conflicto con otros". Y tengo el siguiente código:
if me.txtcodcliente.text<>"" then
de.rsclientes.find "'codcliente'=txtcodcliente"
if me.txtcodcliente.datamember<0 then
msgbox "No existe el registro"
end if
end if
exit sub
msgbox err.description
end sub
¿Que puedo hacer?
if me.txtcodcliente.text<>"" then
de.rsclientes.find "'codcliente'=txtcodcliente"
if me.txtcodcliente.datamember<0 then
msgbox "No existe el registro"
end if
end if
exit sub
msgbox err.description
end sub
¿Que puedo hacer?
Valora esta pregunta


0