Thank you for responses.
> Mike Gagnon: on error * doesn't work inside error handling code.
> Mike Lewis: yes. But I wait a little more from the error handling routine, f.e.: give info to the user in his current language, let write him his knowledges about the error, write error info into network table and e-mail the error. This functionality is 20% of full application functionality, which must be "especially carefully debugged".
My idea (VFP7) was to write error info somewhere and just leave the error handler. A timer can then look for new error infos and continue handle them. However in very time consuming code with no READ EVENTS/DOEVENTS commands, the timer will start much, much later. Other sollution could be to call second, independend .exe (RUN/ShellExecute).
However it is lot of additional work and if in VFP8 is the possibility to handle my problem with TRY/CATCH, then I will program nothing special in VFP7.