Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp6 framework
Message
 
 
À
19/12/1998 08:27:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00169105
Message ID:
00169146
Vues:
21
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform