MDDB Report Viewer Methods |
This method outputs the HTML tags for the Help button hypertext link and the Help button image.
CALL SEND(OBJID,'_OUTPUT_HELP_BUTTON_';);
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>
MDDB Report Viewer Methods |