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

Click here to load this message in the networking platform