Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to change the default Directory?
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00850477
Message ID:
00850488
Views:
19
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform