TolliumScreenBase::LoadScreen (open)
Open an application-defined screen
Syntax
LOADLIB "mod::tollium/lib/screenbase.whlib";
OBJECT FUNCTION LoadScreen(STRING name, RECORD params, RECORD options)
Parameters
STRING name
The name of the screen to opoen
RECORD params
Parameters
RECORD options
Options
RECORD contexts
Record with contexts to set (use [ "^name" := ... ] for hatted contexts)
Return value
OBJECT
The screen object, which can be configured before invoking RunModal