Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Timer Tracing
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01512587
Message ID:
01512592
Vues:
47
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform