Contents MDDB Report Viewer Methods Previous Next
 

_OPEN_ONEWAY_ Method

Opens the oneway report table. This method:

  • Outputs the <TABLE> tag for the report.

  • Outputs the empty cell in the upper left corner of the report.

Syntax

 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

Example

The following shows some sample output produced by this method:

<TABLE CLASS="MAINTAB" BORDER=1>
<TR> <TH COLSPAN=2 CLASS="COLLAB" >&nbsp</TH>



Contents MDDB Report Viewer Methods Previous Next