_OUTPUT_HELP_BUTTON_ Method

Outputs the Help button on the toolbar

Syntax

CALL SEND(OBJID,'_OUTPUT_HELP_BUTTON_';);

Details

This method outputs the HTML tags for the Help button hypertext link and the Help button image.

Example

The following output is produced:
<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>