Share via


How to: Run Queries (Visual FoxPro)

After you finish building your query, you can execute the query to obtain the results. Visual FoxPro executes the SQL SELECT statement generated by the Query Designer, and sends the results to a browse window. For more information about building queries, see How to: Create Queries (Visual FoxPro).

To run a query from the Query Designer

  1. Open the query in the Query Designer before you run it.

  2. From the Query menu, select Run Query.

Visual FoxPro displays the results of the query in a browse window.

You can also run a query from the Project Manager without opening the query by selecting the name of the query from the Queries node in the file tree view and choosing Run.

See Also

Tasks

How to: Customize Queries Using SQL SELECT Statements

Other Resources

Working with Queries

Setting Query Output Destinations