Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automating the Documentation Wizard
Message
From
09/05/2005 11:50:14
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01011787
Message ID:
01012190
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform