|
|
|
|
|
iPrintBlock (Function) In french: iImprimeBloc Forces a report block to print. The WLanguage code associated with the printed block is run. Remark: This function allows you to print any report block. However, this function is mainly used to print an iteration block.
// Print the END_OF_DOCUMENT block iPrintBlock(END_OF_DOCUMENT) // Print an iteration block 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|