MDDB Report Viewer Methods |
This method outputs the <SELECT> and <OPTION> tags for selecting an MDDB.
CALL SEND(OBJID,'_OUTPUT_MDDB_LIST_',mddblist,mddb);
Where... | Is Type... | And Contains... |
---|---|---|
mddblist | N | the list of MDDBs. |
mddb | C | the currently selected MDDB. This parameter is optional. |
MDDB Report Viewer Methods |