|
MDDB Report Viewer Methods |
|
_OPEN_TABLE_ MethodOutputs the <TABLE> tag for the dynamic HTML pages. Syntax CALL SEND(OBJID,'_OPEN_TABLE_',brdrvalue,table-width,border-color-dark,
border-color-light,background-color,cell-padding,cell-spacing,css-class);
For additional information, refer to your favorite HTML reference book for further explanation of the <TABLE> tag. ExampleCALL SEND (webid, '_OPEN_TABLE_', '3', '50', 'RED', 'YELLOW', 'GRAY', '2', 'mytable'); The following output is produced:
<TABLE BORDER=3 WIDTH=50% BORDERCOLORDARK=RED BORDERCOLORLIGHT=YELLOW BGCOLOR=GRAY
CELLPADDING=2 CELLSPACING=2 CLASS="mytable">
|
|||||||||||||||||||||||||||||
|
MDDB Report Viewer Methods |
|