SAS Institute. The Power to Know

MDDB Report Viewer 9.2

space
Previous Page | Next Page

MDDB Report Viewer 9.2

_OPEN_ONEWAY_ Method

Opens the one-way 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 output is produced:

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


Previous Page | Next Page | Top of Page