_OPEN_STATIC_FILE_ Method

Opens a file in which static HTML is written

Syntax

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

Required Arguments

indxfile
the fileref of the file to open.
Type:Character
msgdest
the destination for error messages. Valid values are LOG or DIALOG.
Type:Character
rc
the return code for errors (1=error).
Type:Numeric