Contents MDDB Report Viewer Methods Previous Next
 

_OUTPUT_HELP_BUTTON_ Method

Outputs the Help button on the toolbar to enable users to get help information. This method outputs the HTML tags for the button hypertext link and the button image.

Syntax

  CALL SEND(OBJID,'_OUTPUT_HELP_BUTTON_';);     
    

Example

The following example illustrates the output produced by this method:

<A HREF="http://support.sas.com/rnd/web/intrnet/mddbapp/hinttips.html" TARGET="_blank">
<IMG CLASS="imghelp" SRC="/my_images/btn_hlp.gif" ALT="Help" BORDER=0></A>

Contents MDDB Report Viewer Methods Previous Next