Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automating the Documentation Wizard
Message
 
 
To
06/05/2005 16:32:05
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01011787
Message ID:
01011874
Views:
20
>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.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform