Urgentísimo
Mira estoy haciendo un programita, ¿y cuándo voy a borrar un registro me sale que la tabla esta en uso porque utilizo use nombretabla 0 in exlusive y si le pongo select no más me sale error en el pack que hago?
Use LISTA_INSUMOS in 0 exclusive
set order to nombre
seek (ltrim (thisform.text1.value))
if found()
local v
selec LISTA_INSUMOS
v = messagebox ("Esta seguro que desea eliminarlo?", 4 , "modificar")
if v = 6
wait window at 17,60 "ELIMINANDO"NOWAIT
if found()
DELETE
pack
Endif
wait window("Los datos han sido modificados") nowait
Gracias por su ayuda...
Use LISTA_INSUMOS in 0 exclusive
set order to nombre
seek (ltrim (thisform.text1.value))
if found()
local v
selec LISTA_INSUMOS
v = messagebox ("Esta seguro que desea eliminarlo?", 4 , "modificar")
if v = 6
wait window at 17,60 "ELIMINANDO"NOWAIT
if found()
DELETE
pack
Endif
wait window("Los datos han sido modificados") nowait
Gracias por su ayuda...
1 Respuesta
Respuesta de jcasaln
1