Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Different page layout ??
Message
De
05/03/2003 15:26:41
 
 
À
05/03/2003 15:17:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00760563
Message ID:
00761757
Vues:
24
This message has been marked as the solution to the initial question of the thread.
>> Maybe they each have their own copy of the FOXUSER.DBF
>How can I do that? I mean to change the foxuser network directory to a local directory? Is it using the "set path to" command?

In your CONFIG.FPW you would add a line like this:

RESOURCE=C:\MYPATH\FOXUSER.DBF

and you'd start your VFP app with:

yourVFP.EXE -cC:\MYPATH\CONFIG.FPW

If the locations are on a network drive, be sure that each user has their own folder, or uses a unique name for the CONFIG.FPW and the FOXUSER.DBF

RESOURCE=X:\USER1\FOXUSER.DBF
or
RESOURCE=X:\MYPATH\USER1.DBF

There are many permutations you can come up with that should work.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform