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 parent
Screen or controller loading this dialog
STRING script
Script to run (name must start with mod::)
STRING ARRAY arguments
Arguments to pass to the script
RECORD options
Options
inputenabled
Enable input to the script (eq sql client)