|
|
|
|
|
iListNestedReports (Function) In french: iListeEtatsImbriqués 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. 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|