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.
Code (F2)
■ Allows you to edit, move, or remove form (.FRM) or code
  (.BAS) modules and procedures from the active project.
 
■ Procedures can also be moved from one module to another.
 
■ Tip: Code contained in procedures between 1K and 16K are
       loaded into expanded memory if present.
 
■ To edit, delete, or move a module or procedure:
    1. Choose a module (.BAS) or procedure from the list
       displayed in the list box:
 
        Choose item to edit:
       ┌──────────────────────────────────────────────────┐
       │ MAIN.FRM              1                          │
       │   Sampleone           1                          │
       │ GENCODE.BAS           1                          │
       └←░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░→┘
        MAIN.FRM is the Start-up file
 
       • The status line indicates whether the selection
         is a start-up, form, module, SUB, FUNCTION, or
         include file.
       • Module names are displayed as uppercase; procedure
         names are indented.
       • The number to the right of the item represents its
         size to the nearest kilobyte (K).
       • Up to 28 modules or procedures are displayed in the
         two-column list. Use the horizontal scroll bar at
         the bottom of the list box to display additional
         items if they are not within view.
 
    2. Press Enter or choose Edit in Active to load the
       project item in the active window,
       ╔══════════════╗
       ║Edit in Active║
       ╚══════════════╝
       choose Edit in New to load the project item in a
       new window,
       ┌──────────────┐
       │  Edit in New │
       └──────────────┘
       choose Close dialog to close the View Code dialog,
       ┌───────────────┐
       │  Close Dialog │
       └───────────────┘
       choose Delete to remove the item from the active
       project,
       ┌──────────────┐
       │    Delete    │
       └──────────────┘
       choose Move to change the location of the item
       in the active project,
       ┌──────────────┐
       │     Move     │
       └──────────────┘
       Note: The Move button is not available if the item
             selected is the start-up file or a module.
             Only SUB and FUNCTION procedures may be moved.
 
       or choose one of the following:
       ┌───────────────┐
       │      Help     │ To get help
       └───────────────┘