Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unwanted browse window
Message
From
20/12/2001 08:21:33
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
20/12/2001 08:06:57
John Marrone
Bloodstock Research Inc.
Lexington, Kentucky, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00596680
Message ID:
00596693
Views:
21
>Hi Folks
> I have a statment that is : [ select rscedesc from rac ] in the record source property of a combobox that is in a toolbar. At the beginning of my program I have [ use races alias rac in 0 ]. When I start my program up I get a full screen browse window. When I close it, there is my program. I don't want this browse window. I didn't even program a browse command. Can someone help.
>
>Thanks

John,

Try changing your select statement to put the results into a cursor, something like...
Select RsceDesc from Rac INTO CURSOR MyCursor
Then reference MyCursor for the Combobox.

Not sure how your "use races alias rac in 0" relates to this.

Renoir
Previous
Reply
Map
View

Click here to load this message in the networking platform