Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using Timer for Version Control
Message
De
19/09/1999 11:23:30
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Using Timer for Version Control
Divers
Thread ID:
00266467
Message ID:
00266467
Vues:
49
Hi there. I am considering a way of managing version control for
my multi-user VFP6 app where the exe is on each PC and the data server-side.
I am considering using a Timer to check for the existence of my update.exe on the server's \NewVer directory. If it exists then a user notification message would ask the user to quit the app and reload. The reload would be a batch file to compare datestamps and download the update accordingly.
Because the user must be notified wherever they are in the system I expect to print the message on the _SCREEN so it is visible regardless of the currently active form. To do this I think I need to do _SCREEN.CreateObject('tmrVerCon','Timer') in the Main.prg.

However, how do I go about assigning code the Timer.Timer method?
Your contributions are much appreciated.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform