A script-enabled browser is required for this page to function properly.

SRW.SET_AFTER_PRINTING_CODE built-in procedure

This procedure inserts a reference to the printer escape sequence to be executed after each line of the object. The printer escape sequence is inserted after the object is triggered to print but before it has actually printed. Printer codes are only used when running your report in character mode.

Syntax


SRW.SET_AFTER_PRINTING_CODE('code');

Parameters

Parameters

Definition

code

Is a valid printer code that is defined in the .prt file specified for DESFORMAT.

GUI access

You can also define this attribute using the Reports Builder user interface:

Property Inspector

Set the Printer Code After property.

See also

About the Reports Builder built-in package (SRW)

SRW built-in package