SIGUE EL PROBLEMA DEL INDICE AYUDAAAA PLEASE
Publicado por Erick (31 intervenciones) el 07/09/2004 23:01:31
no se porque me sigue marcando el error del indice si ya lo hice en donde hago la tabla, hasta en la opcion browse puse en order el index que debe agarrar, entonces no se por que me sigue marcando ese error de indice que no lo puedo encontrar les mando un pedazo de mi codigo para que me lo chequen por favor, papeleria es el nombre de mi tabla y el index es icvepap:
object: ctClave Procedure: LostFocus
use papeleria
with thisform
SEEK icvepap.value
if Found()
wait window "NO PROCEDE, LA CLAVE EXISTENTE" timeout 2
wait window "INTENTE CON OTRA CLAVE" timeout 2
ctClave.value=space(10)
bcCancelar.lostfocus
endif
endwith
object: ctClave Procedure: LostFocus
use papeleria
with thisform
SEEK icvepap.value
if Found()
wait window "NO PROCEDE, LA CLAVE EXISTENTE" timeout 2
wait window "INTENTE CON OTRA CLAVE" timeout 2
ctClave.value=space(10)
bcCancelar.lostfocus
endif
endwith
Valora esta pregunta


0