RunModuleScriptDialog (open)
Run a dialog that will run a module script
Syntax
LOADLIB "mod::system/lib/dialogs.whlib";
MACRO RunModuleScriptDialog(OBJECT parent, STRING script, STRING ARRAY arguments, RECORD options)Parameters
OBJECT parentScreen or controller loading this dialog
STRING scriptScript to run (name must start with mod::)
STRING ARRAY argumentsArguments to pass to the script
RECORD optionsOptions
inputenabledEnable input to the script (eq sql client)