Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoid query in a combobox
Message
 
To
31/07/1998 19:52:43
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00123232
Message ID:
00123253
Views:
19
>i´ve got a form with a combobox, and the combobox has:
>RowSourceType = 3 - SQL Statement
>RowSource = select name from customer
>every time i call the form a query with the sql command appears.
>How can i avoid this query ?
>
>Thanks in advance, Luis.

Luis,

Change the rowsource to SELECT Name FROM Customer INTO CURSOR Temp

Or better still make the rowsourectype fields and the rowsource Customer.Name
Previous
Reply
Map
View

Click here to load this message in the networking platform