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.
Outputs a non-positional field.
Syntax
protected void outputField(
TaxReport770Writer_IT _writer,
str _lineType,
str _sectionType,
int _fieldType,
anytype _value,
[boolean _forceNewSubsection,
TaxReportFieldFormat_IT _format,
int _width])
Run On
Called
Parameters
- _writer
Type: TaxReport770Writer_IT Class
The record writer class.
- _lineType
Type: str
The line type. For example C or D.
- _sectionType
Type: str
The section type. For example FE or FA.
- _fieldType
Type: int
The field type ID.
- _value
Type: anytype
The field value.
- _forceNewSubsection
Type: boolean
Pass true to force new subsection number; default is false.
- _format
Type: TaxReportFieldFormat_IT Enumeration
The field value formatting.
- _width
Type: int
The field width, appended by zero characters. Applicable to Nx format only.
Remarks
A new report line can be created here if the field does not fit into the current line.