Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program bombs
Message
From
13/09/2000 17:13:13
 
 
To
13/09/2000 16:59:25
General information
Forum:
Visual FoxPro
Category:
Project manager
Title:
Miscellaneous
Thread ID:
00415196
Message ID:
00416135
Views:
28
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform