Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to change the default Directory?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00850477
Message ID:
00850488
Vues:
18
Hi Bill,

In the c:\CodeMine\Custom folder add the following program if it does not exist and IT MUST be named devStartup.prg
* PROGRGRAM devStartup.prg
* Is called automatically by CodeMine after cmStart has done its thing.

* Make sure a project is open.
IF _VFP.Projects.Count > 0
  MyCurProj =  Application.ActiveProject.HomeDir
  SET DEFAULT TO (MyCurProj)
ENDIF
return
Also, make sure you do NOT add this to the project. CodeMine will remember which project you are working on with the above.


Mel Cummings
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform