_DISPLAY_DEFAULT_TITLE_ Method
Displays the user-specified title
Syntax
CALL SEND(OBJID,'_DISPLAY_TITLE_',dlflag);
Required Argument
- dlflag
-
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.
Details
This method
-
gets the default title value from
the DT macro variable
-
outputs the title in HTML format
or in comma-separated format, depending on the value of dlflag.
Example
dflag=0;
call send(webid,'_DISPLAY_DEFAULT_TITLE_',dflag);
The following output
is produced:
<H2>1998 Sales Reports </H2>