Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automating the Documentation Wizard
Message
 
 
À
06/05/2005 16:32:05
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:
01011874
Vues:
21
>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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform