You've got "catching" in quotes. Are you using TRY..CATCH in the error method? If you are using TC, are you creating an error object (i.e. CATCH TO m.loError)? After you exit the TC block, test for the presence of the error object and if it exists call the processing object's release method. If you want the form to know there was an error in the processing object, you can have a form level isErrorState property that can be set by the processing object.
-- rk -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Jeff Johnson Sent: Thursday, December 12, 2013 7:11 AM To: [email protected] Subject: Re: How to kill a class Fred: I am "catching" the error in the error method of the custom class object. What I want to do is be able to destroy the object and return to the form. I am calling a prg from a form method. The prg instanciates the class in question. Jeff Jeff Johnson SanDC, Inc. (623)-582-0323 _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/DF1EEF11E586A64FB54A97F22A8BD044229CABE16E@ACKBWDDQH1.artfact.local ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

