ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Print functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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: In Linux, this function requires a specific configuration. For more details, see Printing in Linux.
Example
ListeEtat is string = iListNestedReports()
Syntax
<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).
Business / UI classification: Neutral code
Component: wd300etat.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help