The options listed are 'show' (default), 'hide' and 'buddy'.strVisibility
string: Indicates whether column is visible, or some kind of hidden column
I'm having trouble with this. This works:
Code: Select all
fhOutputResultSetColumn('ErrNo', 'integer', gtblIssues.tblErrNo, rows, 10, 'align_right', 4, 'integer')Code: Select all
fhOutputResultSetColumn('ErrNo', 'integer', gtblIssues.tblErrNo, rows, 10, 'align_right', 4, 'integer', 'hide')Have I specified this argument incorrectly?