Contents MDDB Report Viewer Methods Previous Next
 

_OPEN_STATIC_FILE_ Method

Opens a file for writing static HTML

Syntax

 CALL SEND(OBJID,'_OPEN_STATIC_FILE_',indxfile,msgdest,rc);

Where... Is Type... And Contains...
indxfile C the fileref of the file 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).

Contents MDDB Report Viewer Methods Previous Next