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.
Executes the column headings of a programmable section.
Syntax
public boolean executeControlColumnHeadings(int number)
Run On
Called
Parameters
- number
Type: int
The controlNumber value of the programmable section.
Return Value
Type: boolean
true if any sections were printed; otherwise, false.
Remarks
This method is useful if you want to add columnHeading objects to a programmable section.If a programmable section causes a page break, the columnHeadings objects of the section are repeated. Under these circumstances this method not have to be called.