Hola gente, en un sistema de un restaurante me esta dando error eventualmente (una 0 2 veces por mes) y no entiendo que puede ser:
if select( "mov_ven" ) = 0
#INCLUDE "MOV_VEN"
endif
sele mov_ven
if xefectivo <> 0
jrlock()
appe blank
repl fecha with date()
repl numero with xfactura ---------- Acá me da numero no existe la variable --------
repl descri with alltrim( xnombre ) + " " + strzero( xmesa, 3 ) + "-" + substr( time(), 1, 5 )
repl factura with xefectivo
repl personas with xpersonas
repl vendedor with xvendedor
dbcommitall() ; dbcommit() ; dbunlock()
endifSiendo que trabajan todos los dÃas sin problema, pero cada tanto da el error, es muy raro
Saludos
Jorge
Jorge