Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Program bombs
Message
De
13/09/2000 17:13:13
 
 
À
13/09/2000 16:59:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Titre:
Divers
Thread ID:
00415196
Message ID:
00416135
Vues:
26
>Is there a fast way to put the wait window messages betwewn each line, or do I just have to plug through it?

You could also use ACTIVATE SCREEN at the beginning of a method, then put ? "about to do whatever" statements in your code.

Don't start out by putting messages between every line. Put ? PROGRAM() at the beginning and end of some of the first methods that are firing (I'm assuming there is a form loading?). Then, put messages closer together as you get a better idea of where it is crashing.

As previously suggested, a good error handler would be a better way, but would take a little more time to implement. It would help you pinpoint problems on future programs that you write. See ON ERROR in help, for starting point.
Steve Gibson
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform