I added this to my program but the programs ignores it.
ON ERROR DO myopenerror
use homesv in a
ON ERROR
procedure myopenerror
? "Ran this"
endproc
The homesv table does not exist.
The program defaults to the application error handler.
(Got this information from the debugger.)
Why doe it not execute the ON ERROR
ON ERROR DO myopenerror
use homesv in a
ON ERROR
procedure myopenerror
? "Ran this"
endproc
The homesv table does not exist.
The program defaults to the application error handler.
(Got this information from the debugger.)
Why doe it not execute the ON ERROR