Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automating the Documentation Wizard
Message
De
09/05/2005 11:50:14
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01011787
Message ID:
01012190
Vues:
22
Thanks,

I can see from the source code in wzFormat.prg, that the fifth parameter controls which documents are generated, and beautify options.

>>Hi All,
>>
>>Does anyone know how to automate the Documentation Wizard. I want to devise a method to run it as a Scheduled Task against a project after a daily build is complete.
>
>Greg,
>
>
lcProjectName = "H:\mydir\myproject.pjx"
>lcDWZoptions = "Source Code Listing, Action Diagram"
>DO (HOME() + "\wizards\wzfoxdoc.app") WITH ;
>			,,, lcProjectName, lcDWZoptions
>
You can find the list of possible options in wzformt.prg and wzfoxdoc.h in Tools\xsource\VFPSource\Wizards\wzfoxdoc directory. The ouput files are created in the current VFP directory in the OUT subdirectory.
Greg Reichert
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform