The output of plain text is done using the following controls:
CISFO:ROWTEXTBLOCK2
CISFO:CELLTEXT2
CISFO:ROWTEXTBLOCK2 is a row control (it spans all columns of the container definition). CISFO:CELLTEXT2 covers one table column (cell). With both controls, you either can define a text directly inside the control definition. Or you can set up a text containing the following elements to be arranged as one block of text:
CISFO:TEXT2
CISFO:TEXTREPLACE2
CISFO:TEXTBLOCK2
With the above controls, you either define the text in a fixed way
(using the text
property) or language-dependent
(using the textid
property). The language is
passed at runtime as property of the data object.
For variable text output, you can use the following controls:
CISFO:REPLACE2 as column control
CISFO:TEXTREPLACE2 inside a text definition
Both controls bind to a data object property that contains the text at runtime.