ErrorSys fix
Posted: Thu Oct 30, 2008 12:31 pm
In recent FWH versions these lines were placed in source\errorsysw.prg to avoid recursive errors:
They must be removed in order to avoid errors "hangs" that force us to press Ctrl+Alt+Del to remove our application.
Code: Select all
ErrorBlock( {|e| MsgStop( ErrorMessage(e) + " from Errorsys, line:" + ;
Str( ProcLine( 1 ), 3 ) ), __quit() } )