Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp6 framework
Message
 
 
To
19/12/1998 08:27:30
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00169105
Message ID:
00169146
Views:
20
Mark

My development error handler has code like this:
   lnResult = MessageBox( m.lcMessage1 + m.lcObject + "Suspend?", MB_YESNOCANCEL + MB_ICONSTOP, _screen.Caption )
   do case
      case m.lnResult = IDYES
         activate window trace
         suspend
      case m.lnResult = IDCANCEL
         cancel
   endcase
If I select suspend it only a couple of clicks of the step button to get to the error in the code.

>When I have an error message and I say No (suspend) how would be possible to get into an error point not into an error handler program which I am sure has no errors and I dont need to see it.
>Thanks Mark
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform