ener.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Object not specified
■ 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.