Type: | Submodule | Parent Module: | ModuleCMethods |
This sub-module replaces obsolete commands with equivalent Omnis Studio commands.
Obsolete commands are converted as follows:
Is converted to "Queue click"
Is converted to "Queue set current field"
If the command contains the option "All windows" then it is converted to "Do $root.$redraw()"
Otherwise
If the command is the last command in the method then replace the "Set return value" command with a "Quit method" command that returns the value specified in the original "Set return value" command.
This command is dealt with elsewhere by "Module_FieldRedraws"