Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating my own project manager.
Message
From
29/06/2001 03:23:10
 
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00524686
Message ID:
00525055
Views:
26
I couldn't find the PM source code in the specifed .zip, it was the Class Browser source code there... Do you know if anything of this changes to VFP7? Will the PM source code be supplied there?

>>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].
---( Mårten Törnquist )---
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform