Specifications

COM+ reference
Gallagher & Robertson Glink: API reference manual 67
restoreScreenContent
boolean restoreScreenContent (String fileName)
Restores the screen previously saved. The operation will fail if the given file
does not exists, the file has not been created by the saveContentScreen method
or the current emulation type does not match the saved one.
Returns:
If the operation fails, a GlinkEvent_ERROR_DETECTED will be posted with
the error type code GlinkEvent_VE_EMULATION_ERROR and additional
error type text.
See also:
saveScreenContent(String)
saveScreenContent
boolean saveScreenContent (String fileName)
Restores the screen previously saved. The operation will fail if the given file
does not exists, the file has not been created by the saveContentScreen method
or the current emulation type does not match the saved one.
Returns:
If the operation fails, a GlinkEvent_ERROR_DETECTED will be posted with
the error type code GlinkEvent_VE_EMULATION_ERROR and additional
error type text.
See also:
restoreScreenContent(String)
scriptCommand
void scriptCommand(String command)
Activates the given script command.
scriptFile
void scriptFile(String fileName)
Activates the given script file.