space
Previous Page | Next Page

MDDB Report Viewer 9.2

_DISPLAY_DEFAULT_TITLE_ Method

Displays the user-specified title

This method:

Syntax

 CALL SEND(OBJID,'_DISPLAY_TITLE_',dlflag);
Where... Is Type... And Contains...
dlflag N a flag that indicates whether to download the table to a spreadsheet, where 0 = output HTML tags with data values; 1 = output data values with spreadsheet delimiters.

Example

dflag=0;
call send(webid,'_DISPLAY_DEFAULT_TITLE_',dflag);

The following output is produced:

<H2>1998 Sales Reports </H2>

Previous Page | Next Page | Top of Page