Another option would be to wrap the offending code block in a TRY..CATCH. Then 
you shouldn't have to know your known unknown (i.e. which index is missing) 
ahead of time. Just stick a messagebox in the catch block with the pertinent 
details.

--
rk

-----Original Message-----
From: ProfoxTech [mailto:[email protected]] On Behalf Of Dave 
Crozier
Sent: Thursday, September 27, 2012 10:18 AM
To: [email protected]
Subject: RE: A Debugging Problem...

Kurt,
if the app errors out and allows you to go into step mode then you can look at 
the stack to see how you got to the error point. if there is already error 
handling that is may be screwing things up then override with "on error set 
step on" will dump you into step mode at the error point.

Dave


_______________________________________________
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/DF1EEF11E586A64FB54A97F22A8BD04421726A9D8D@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.

Reply via email to