TolliumScreenBase::RunScreen (open)
Load a screen and run it
Syntax
LOADLIB "mod::tollium/lib/screenbase.whlib";
VARIANT FUNCTION RunScreen(STRING screen, RECORD initdata, RECORD options)Parameters
STRING screenThe name of the screen to open (relative resource path)
RECORD initdataRecord to pass to the Init() of the screen
RECORD optionsOptions
RECORD contextsRecord with contexts to set (use [ "^name" := ... ] for hatted contexts)
Return value
VARIANTThe data returned by Submit