space
Previous Page | Next Page

MDDB Report Viewer 9.2

_OUTPUT_EMPTY_CELL_ Method

Outputs an empty cell in the HTML table

Syntax

 CALL SEND(OBJID,'_OUTPUT_EMPTY_CELL_',spannum,dlflag,cssclass);
Where... Is Type... And Contains...
spannum N the number of columns to span.
dlflag N a flag that indicates whether to download the table to a spreadsheet where 0 = output HTML tags with data values, and 1 = output data values with spreadsheet delimiters.
cssclass C the class name for the cascading style sheet class tag. This parameter is optional.

Previous Page | Next Page | Top of Page