Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating my own project manager.
Message
 
 
À
28/06/2001 10:23:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de projet
Divers
Thread ID:
00524686
Message ID:
00524707
Vues:
16
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform