>>I get error 2059, "Unhandled Structured Exception", so is there another way of doing this ?<<
You have an error in one of your CATCH statements. Easiest way is to step through the code and see what errors. Rick White Light Computing, Inc. www.whitelightcomputing.com www.swfox.net www.rickschummer.com -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Eurico Chagas Filho Sent: Saturday, June 13, 2009 06:48 PM To: [email protected] Subject: TRY...CATCH...ENDTRY Hi I am trying to built a structure like the following... SCAN ..... TRY .... CATCH TO oErr WHEN oErr.ErrorNo = 1705 .... lErr = .T. CATCH TO oErr .... lErr = .T. ENDTRY IF lErr LOOP && or EXIT it doesn't matter ENDIF ..... ENDSCAN I get error 2059, "Unhandled Structured Exception", so is there another way of doing this ? TIA [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/012301c9eca2$a4bb5f90$ee321e...@com ** 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.

