■ The method or property you are using cannot find the default
object. For example, the following method would not find an
implicit object in a non-form module:
ADDITEM "Elise"
■ Possible solutions:
• Make sure that the object exists, or that you have access
to it from within the module or procedure where the error
occurred.
• Use the $FORM metacommand to share forms between modules.
• Explicitly reference the object name in your statement.
■ If you need additional help, move the cursor to a keyword
and press F1 to open the Help window.