Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating my own project manager.
Message
 
 
To
28/06/2001 10:23:51
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00524686
Message ID:
00524707
Views:
15
>I would like to create my own project manager, is that possible? Is there any source code out there avalilable for VFP6 Project Manager?
>
>The standard project manager could be so useful if you could add a couple of tabs and functions to it. Has anyone done it?
>
>I would really like to know if anyone has done something like this...

I have not done so, but you can build a form to look a little like the PM. Some code to get you started:
The BldApp.PRG looks like:
lparameter tcOutput, tnBuildAction, tlRebuild, tlShowErrors tlBuildNewGUIDs
modi proj MyProj noshow nowait
? _vfp.activeproject.Name  && for example
? _vfp.activeproject.build('MyProj.app',2,.f.,.t.,.f.)
_vfp.activeproject.close()
You could also unzip the current PM from the xsource.zip file in the HOME() + Tools folder and modify that [vfpsource\browser path in the zip file].
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform