Mensaje
De
29/06/2001 03:23:10
 
General information
Foro:
Visual FoxPro
Category:
Administrador de Proyectos
Miscellaneous
ID de la conversación:
00524686
ID del mensaje:
00525055
Views:
28
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
Responder
Mapa
Ver