On 1/5/07, John Weller <[EMAIL PROTECTED]> wrote:
> which is inside a scan which is in turn inside a FOR ENDFOR loop in a form
> method called by another method on the same form and I am not getting the
> behaviour I expect.  It tries to execute the SQL statement, executes the
> error handling code, makes an entry into the log then appears to return to
> the FOR ENDFOR loop and executes the SQL statement again thus triggering the
> error routine again

I guess you need an EXIT here...maybe a var changed by the error routine ?
IF mybad
exit
endif


_______________________________________________
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
** 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.

Reply via email to