Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Installing Upgrades
Message
De
04/08/2001 21:07:30
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Divers
Thread ID:
00539760
Message ID:
00539867
Vues:
8
The way I update the programs and files goes like this :

I create a new exe file, compress it and copy it onto the floppy disk. Then if the databases have been
updated, I copy the new database structure onto the floppy and rename it beggining with "U" eg.
names.dbf will become unames.dbf. Then I modify my start program with the following code :

clos data
use names exclusvie ** to check if the names file is available.
if file("unames.dbf")
use unames
append from names
clos data
copy file unames.dbf to names.dbf
erase("unames.dbf")
endif

Then I copy all the file from floppy to the clients computer and run the program
But there may be other simple ways to do the job.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform