Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_Tally and timers
Message
From
07/03/2006 17:02:43
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01102133
Message ID:
01102237
Views:
23
>>You might set a breakpoint for the Timer() event.
>
>How is that done??

Open the debugger:
set step on
Open the breakpoint window:

Press Ctrl-B

Under "Location", type "Timer" and press ENTER.

Keep the debugger window open. The next time a Timer event fires, the debugger should interfere, perhaps allowing you to figure out which timer was executed.

You might also put a breakpoint for "when expression changes": _tally, or "when expression is true": _tally = 1.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform