Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Timer Tracing
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01512587
Message ID:
01512592
Views:
46
Tommy,

Try deleting (or renaming so if it was not an issue you can get it back) the foxuser table and see what happens.

On a side not, I do not thinK it is a good idea having multiple timers that work with global variables and tables, you might get lots of undesired results. For the table is easy, you just create a Session based class that handles the data, then it would be independent of other timers, for global variables if you are using them in multiple timers I would have form properties but then the first thing I would do in the timers is implementing some kind of semaphore to avoid running both timers simultaneously (and this will also solve the table issue).
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Reply
Map
View

Click here to load this message in the networking platform