Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox - using a SQL stored procedure as row source
Message
From
26/01/2000 13:04:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Combobox - using a SQL stored procedure as row source
Miscellaneous
Thread ID:
00322976
Message ID:
00322976
Views:
75
We have many comboboxes whose list data is created with SQL stored procedures. Having the call to the stored procedure in the MOUSEDOWN does not work well with tabbing into the field. Putting the call in the WHEN seems to work well, but is this a proper place for it? If the cursor for the combobox already exists, then the call isn't made to avoid unnecessary calls. But depending on changes to other object values, the stored procedure may need to be run again. Is the REQUERY a place to put a stored procedure call, or can the 'exec sp_whatever' actually be put in the rowsource property, and then issue a combobox.REQUERY?
Thanks for your help.
Next
Reply
Map
View

Click here to load this message in the networking platform