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
iChangeSubReportSource (Function)
In french: iChangeSousEtatSource
Modifies through programming the report associated with a sub-report in a composite report.
Note This function can only be used when printing a composite report.
Example
// Code de déclaration des globales d'un état composite
iChangeSubReportSource(SETAT_SousEtat1, ETAT_Fiche)
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: wd300etat.dll
Minimum version required
  • Version 16
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help