ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Print functions
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
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 is used to find out:
  • 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: A specific configuration is required to use this function in Linux. For more details, see Printing in Linux.
Example
ReportList 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: wd290etat.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help