AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Herramientas / WDGenPage
  • Syntax
  • Details
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
WDGenPage: Using the command line
Advertencia
A partir de la versión 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")
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 14/09/2024

Señalar un error o enviar una sugerencia | Ayuda local