Type: | Submodule | Parent Module: | ModuleCMethods |
This submodule converts Hide, Show, Enable and Disable field commands to notational equivalent. The reason for doing this is that OMNIS Studio will generate a run time error when a Hide, Show, Enable and Disable field command specifies an object name that does not exist on the top open window instance whereas OMNIS 7 did not. Conversely the notational equivalent generated by this module will simply ignore any objects that do not exist.
Searches all methods for commands containing:
For each such reference located:
For example. "Enable field {myObjectName}"
Is converted to "Do $topwind.$objs.myObjectName.$enabled.$assign(kTrue)"