MDDB Report Viewer Methods |
This method
outputs the <TABLE> tag for the report
outputs the empty cell in the upper left corner of the report.
CALL SEND(OBJID,'_OPEN_ONEWAY_',dlflag);
Where... | Is Type... | And Contains... |
---|---|---|
dlflag | N | a flag that indicates whether to download the table to a spreadsheet. |
The following output is produced:
<TABLE CLASS="MAINTAB" BORDER=1> <TR> <TH COLSPAN=2 CLASS="COLLAB" > </TH>
MDDB Report Viewer Methods |