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 / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de impresión
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
Returns:
  • Returns the list of nested reports currently printed (reports run by iPrintReport in one of the processes of the report currently printed).
  • the list of sequenced reports currently printed (iSequencingAdd).
Remark: This function allows you to know:
  • the name of the different reports printed from the report currently printed (called nested reports). This list is built while the nested reports are printed.
  • the name of sequenced reports. The list of sequenced reports is known as soon as the first report is printed.
Caution: Using this function under Linux requires a specific configuration.. For more details, see Printing in Linux.
Ejemplo
ListeEtat is string = iListeEtatsImbriqués()
Sintaxis
<Result> = iListNestedReports()
<Result>: Character string
  • List of logical names of nested reports already printed.
  • List of logical names of sequenced reports.
The names are separated by tabulations (TAB character).
Clasificación Lógica de negocio / UI: Código neutro
Componente: wd300etat.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 24/09/2024

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