Share via


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

Reference

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

  • Database Designer (Visual FoxPro)
    Displays and allows you to create and modify tables, views, and relationships that are contained in a database.

  • Project Manager Window
    Makes it possible for you to organize and manage your files in projects.

  • 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.