MDDB Report Viewer Methods |
_OUTPUT_HELP_BUTTON_ MethodOutputs 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. SyntaxCALL SEND(OBJID,'_OUTPUT_HELP_BUTTON_';); ExampleThe 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> |
MDDB Report Viewer Methods |