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
Forces a report block to print. The WLanguage code associated with the printed block is run.
Remark: This function can be used to print any block of the state. However, this function is mainly used to print an iteration block.
Linux Caution: In Linux, this function requires a specific configuration. For more details, see Printing in Linux.
Example
// Impression du bloc FIN_DOCUMENT
iPrintBlock(FIN_DOCUMENT)
// Impression d'un bloc d'itération
iPrintBlock(ITERATION1)
Syntax
iPrintBlock(<Block name>)
<Block name>: Character string
Logical name of block to print.
Remarks
  • iPrintBlock cannot be used in the following events:
    • "Opening" the report.
    • "Before printing" of a page header block.
    • "Before printing" of a page footer block.
  • In most cases, we recommend that you use planes in the report as they are easier to use and to implement (rather than block substitution). For more details, see The planes.
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/28/2025

Send a report | Local help