Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timers - changing current area?
Message
From
26/05/2004 09:00:59
 
 
To
26/05/2004 05:52:13
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00905175
Message ID:
00907299
Views:
10
>> Using the tables 'again' in the timer doesn't make any difference

I use timers all the time and don't have a problem.

in most of my timers I start with

LOCAL lnSelect
lnSelect=SELECT()

Then I end with

SELECT (lnSelect)
RETURN

Unless you move pointer in the "current" table within your timer then you should be EXACTLY where you left your self.

You could trace through your code, add DBF() to the watch window and tell it to stop when changed. that will show you whenever the current work area is changed or your table closed.


Gary.
Previous
Reply
Map
View

Click here to load this message in the networking platform