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
iChangeSubReportSource (Function)
In french: iChangeSousEtatSource
Modifies through programming the report associated with a sub-report in a composite report.
Remark: This function can only be used when printing a composite report.
Example
// Declaration code of the globals of a composite report
iChangeSubReportSource(SRPT_SubReport1, RPT_Form)
Syntax
iChangeSubReportSource(<Subreport> , <Target Report>)
<Subreport>: Character string
Name of the sub-report to modify.
<Target Report>: Character string
Name of the report to associate with the sub-report. This report will be actually printed when printing the sub-report. This name must be a valid name. If this parameter corresponds to an empty string (""), the sub-report will not be printed.
Business / UI classification: Neutral code
Component: wd290etat.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help