ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Tools / WDGenPage
  • Syntax
  • Details
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
WDGenPage: Use in command line mode
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 command line is used to generate the "PAGE_MyPage" page of the "MyProject" project. Only the progress bar indicating the progress of the generation will be displayed:
ExeRun("C:\MyTools\WDGenPage.EXE " + ...
"/APP=MyProject /USER=STEPH /PAGE=PAGE_MyPage /NOINTERF")
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 07/17/2023

Send a report | Local help