You can create forms in Visual FoxPro in any of these ways:
Use form wizards to create ready-to-use forms.
Choose Quick Form on the Form menu to create a simple form that you can customize by adding your own controls.
Use the Form Designer to modify existing forms or create your own forms.
Using a Form Wizard
Whenever you want to create a new form, you can use a form wizard to help you set it up. The wizard will ask you a series of questions and build a form for you based on your answers. You can choose from several different style options and preview your form before creating it.
To create a new form with a wizard
In the Project Manager Window, select the Documents tab and select Forms.
Choose New.
Choose Form Wizard.
Select the type of form you want to create.
Follow the instructions on the wizard screens.
You can also access the form wizards from the menu by choosing the Wizards command from the Tools menu, and selecting Form.
Visual FoxPro provides two different form wizards to help you create forms:
To create a basic form based on one table, choose the Form Wizard.
To create a form that incorporates data from two tables linked in a one-to-many relationship, choose the One-to-Many Form Wizard.
Forms you create with the form wizards have a standard set of navigation buttons so you can display different records in the form, edit records, search for records, and so on. If you create a form within a database, the Form wizard can use input mask and format settings stored in the database.