Thank's Microsoft has the same functionality that I purpose, but in different place. Has more difficult implementation at catch but at TRY [WITH <bErrorBlock>] is very easy.
> See EXCEPTION_CONTINUE_EXECUTION in > http://msdn.microsoft.com/en-us/library/s58ftw19(VS.80).aspx Best regards, Miguel Angel Marchuet Jose F. Gimenez escribió: > Ron, > >> does NOT allow you to CONTINUE execution, >> from the same point where the error was raised, > > Windows itself allows this, throw its 'structured exception handlers' (SEH). > See EXCEPTION_CONTINUE_EXECUTION in > http://msdn.microsoft.com/en-us/library/s58ftw19(VS.80).aspx > > >> nor replace the expression > > Here you are right, or at least I've not found any way to do it. > > > In either case, I like the Miguel idea of catching individual errors, just > like errorsys do. > > > Regards, > > Jose F. Gimenez > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > xHarbour-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/xharbour-developers > ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ xHarbour-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xharbour-developers

