Creating Applications

When you create a Microsoft Visual FoxPro application, it typically includes one or more databases, a main program that sets up the application's system environment, and a user interface comprised of forms, toolbars, reports, and menus.

To create an application, follow these steps:

  1. Create a project.

  2. Configure your application by setting a starting point, initializing the environment, and starting the event loop.

  3. Create a user interface for your application.

  4. Create reports and labels for your application.

The Application Framework can create applications automatically that include all required, and many optional, elements that make an application effective and easy to use. For more information, see Creating Applications with the Application Framework.

In This Section

  • Creating the User Interface
    Discusses how creating forms, classes, controls, and toolbars can provide a rich set of tools for your user interface.
  • Working with Reports
    Introduces Visual FoxPro reports and labels and how to include them in your applications.

Reference

  • Database Wizard
    Makes it possible for you to use predefined templates to help you create a database containing appropriate tables.

Related Sections

  • 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.
  • Programming in Visual FoxPro
    Describes how understanding object-oriented programming techniques and the event-driven model can maximize your programming productivity and enable you to access the full power of Visual FoxPro.