Alaska Software Inc. - Recover automationobject() error
Username: Password:
AuthorTopic: Recover automationobject() error
Itai Ben-ArtziRecover automationobject() error
on Tue, 27 Dec 2016 15:24:47 -0800
Hi,
Can I recover an error derived from an AutomationObject() class? How?
For example:
*****************
BEGIN SEQUENCE
    oReport:EXPORT(.F.)
RECOVER
    Do something else
END SEQUENCE
******************
The object oReport crashes inside the class-method and the RECOVER line 
never reached.

Many thanks,

-Itai