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.
Project (Alt+W,P)
■ The Project window is a container or organizer for all of
  the pieces in an application. It displays a list of all
  the form and code modules that make up the current
  application.
 
■ To create a new project, choose New Project from the File
  menu.
 
■ To open an existing project, choose Open Project from the
  File menu.
 
■ While working in the Project window, you can:
    • Start the Form Designer by selecting a form module and
      choosing the Form button
    • Edit existing code by selecting the module name and
      choosing the Code button
 
■ The Project window only displays form (.FRM) and code
  (.BAS) modules. It does not list text (.TXT) or include
  (.BI) files.
 
■ A bullet (•) appears next to the command name on the Window
  menu when the Project window is the active window.
  ┌─────────────────┐
  │ •Project        │
  └─────────────────┘