Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why does a browse window pop up when I run a Query?
Message
 
To
10/08/1999 09:56:49
Brent Knight
Progressive Impressions International
Bloomington, Illinois, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00251945
Message ID:
00251949
Views:
8
Brent,

If you don't indicate in your SELECT statement where you want the query results to go, the default is to send them to a browse window. Just add INTO CURSOR mycursor to the end of your SELECT statement.

>I am running a query that prints its results to a listbox. I run a requery to clear the listbox and that pops up a browse window. I put the query in the Row Source of the listbox. When I run the query a browse window pops up, and I haven't put a browse statement anywhere in the code. How can I get rid of these browse windows? I would appreciate any help you could give me.
>
>Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform