MDDB Report Viewer Methods |
CALL SEND(OBJID,'_OPEN_STATIC_FILE_',indxfile,msgdest,rc);
Where... | Is Type... | And Contains... |
---|---|---|
indxfile | C | the fileref of the file that is to be opened. |
msgdest | C | the destination for error messages. Valid values are LOG or DIALOG. |
rc | N | the return code for errors (1=error). |
MDDB Report Viewer Methods |