Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sharing tasklist
Message
De
22/03/2005 11:49:22
 
 
À
22/03/2005 09:11:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
00998061
Message ID:
00998150
Vues:
13
>Hi
>
>We want to keep track between people who work on the same project off some task that must be done. We talk about using tasklist and share information. The source code is allways on drive I: on our server (ex: I:\SYSTEM\APPLIC\SDI\....) and when we have to make some change we allways copy the source code on the same path on the drive D of our workstation (ex: D:\SYSTEM\APPLIC\SDI\....). Iwas thinking about having the tasklist.dbf on the network and all workstation will use the same dbf for the task. If I am right we can also start foxtask.app from the network.
>
>Someone try to do something like that and have a good result or maybe there is another tool easy to use to share task and open directly the file at the place the task must be done.
>
>Michel

Your idea is possible, and simple. Because the FoxTask file is a standard DBF file, and does not require exclusive usage, you can share it with others.

1. Make a copy of the FoxTask.dbf to your shared network location on I:. You find it's location in the _FOXTASK system variable.
2. In your Config.FPW, set the _foxTask variable to the new location. Example:
_FaxTask = I:\SYSTEM\APPLIC\SDI\FoxTask.dbf.
3. Make sure all developer have the same line in their Config.FPW.
4. All developers restart their FoxPro.

They should all be pointing to the same Fixtask table via the TaskList application.

I have not validated these specfic steps, but the idea has worked for me in the past.

Good luck.
Greg Reichert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform