Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Performs post-writing actions, increments appropriate counters.
Syntax
protected void fieldWritten(
int _fieldsWritten,
str _lineType,
str _sectionType,
boolean _newSubsectionAdded)
Run On
Called
Parameters
- _fieldsWritten
Type: int
true if field was actually written; false otherwise.
- _lineType
Type: str
The report line type.
- _sectionType
Type: str
The report section type.
- _newSubsectionAdded
Type: boolean
true, if new subsection was added.