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 nameThe name of the screen to opoen
RECORD paramsParameters
RECORD optionsOptions
RECORD contextsRecord with contexts to set (use [ "^name" := ... ] for hatted contexts)
Return value
OBJECTThe screen object, which can be configured before invoking RunModal