|
|
|
|
|
iPrintBlock (Function) In french: iImprimeBloc 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.
iPrintBlock(FIN_DOCUMENT)
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|