ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Tools / WDGenPage
  • Syntax
  • Details
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
WDGenPage: Using the command line
Warning
From version 24, the creation of semi-dynamic pages is no longer available.
Syntax
WDGenPage run in command line is used to generate one or more semi-dynamic pages without starting WEBDEV or WDGenPage.
Several syntaxes can be used to start WDGenPage in command line:
  • WDGenPage.EXE
  • WDGenPage.EXE /APP=<ProjectName> /USER=<UserName> [/NOINTERF]
  • WDGenPage.EXE /APP=<ProjectName> /USER=<UserName> /PAGE=<PageName> [/NOINTERF]
Details
Details of parameters:
ParameterMeaning
/APP=<ProjectName>If this parameter is specified, the semi-dynamic pages of the specified project will be generated.
This project or the corresponding site must necessarily be installed on the current computer.
If this parameter is not specified, a window will be displayed, allowing you to select the project to handle.
Only the projects installed on the current computer are proposed.
/USER=<UserName>Name of the WEBDEV user. This name was specified when starting WEBDEV.
This parameter is ignored on the deployment computer.
/PAGE=<PageName>If this parameter is specified:
  • and if "/NOINTERF" is not specified, the specified semi-dynamic page will be automatically proposed for the generation.
    This page must be a semi-dynamic page.
  • and if "/NOINTERF" is also specified, the specified semi-dynamic page is automatically generated.
If this parameter is not specified:
  • and if "/NOINTERF" is not specified, a window will be displayed, allowing you to select the semi-dynamic pages to generate.
    Only the semi-dynamic pages of the project are proposed.
  • and if "/NOINTERF" is specified, all the semi-dynamic pages of the project will be automatically generated.
/NOINTERFIf this parameter is specified, only the progress bar indicating the progress of the generation will be displayed.
Example: The following row of Command generates the "PAGE_MyPage" page of the "MyProject" project.. Only the progress bar indicating the progress of the generation will be displayed:
ExeRun("C:\MesOutils\WDGenPage.EXE " + ... 
				"/APP=MonProjet /USER=STEPHANE /PAGE=PAGE_MaPage /NOINTERF")
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/14/2024

Send a report | Local help