MDDB Report Viewer Methods |
_OPEN_FORM_ MethodOutputs the <FORM> tag for the dynamic HTML pages. SyntaxCALL SEND(OBJID,'_OPEN_FORM_',url,form-name,form-target);
For additional information, refer to your favorite HTML reference book for further explanation of the <FORM> tag. ExampleCALL SEND (WEBID, '_OPEN_FORM_','/SCRIPTS/BROKER','MYFORM','MENUFORM'); The following output is produced: <FORM ACTION="/SCRIPTS/BROKER" NAME="MYFORM" TARGET="MENUFORM"> |
MDDB Report Viewer Methods |