Working with Projects

Visual FoxPro projects make it easier and faster to develop large applications. When you want create an application and manage files associated with that application, you can use projects to organize and work those files. Projects are actually tables that keep track of all files required by an application as well as dependencies, references, and connections among the files. For example, a simple project might consist of forms, programs, reports, databases, tables, queries and other files.

In This Section

  • How to: Create Files in Projects
    Explains to how to create new files in projects for application components, such as databases, tables, programs, queries, text files, and so on.
  • How to: View Code Definitions
    Describes how to view the definition of a code element found in a code reference search in the current program file.

Related Sections

  • Working with Programs
    Introduces using program files to store code for executing series of instructions that you do not want to run immediately.
  • Developing Visual FoxPro Applications
    Includes conceptual information about how to develop Visual FoxPro applications, instructions for creating databases and the user interface, and other tasks needed to create Visual FoxPro applications.
  • Application Planning
    Describes how careful planning saves time, effort, and money and how many of the decisions you make during the planning phase will impact how you create elements of the application.
  • Creating Applications
    Discusses how to create a Visual FoxPro application, which may include one or more databases, a main program that sets up the application's system environment, and a user interface comprised of forms, toolbars, and menus.
  • Working with Data
    Describes how to create effective applications with indexes, tables, and databases based on your data requirements.