Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo box nightmare!
Message
From
23/05/1999 12:37:59
 
 
To
23/05/1999 09:04:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00221879
Message ID:
00221905
Views:
11
>Problem 1. After I select my values and exit the form, and then come back to >the form to do some more data entry, cmb boxes B & C are not displaying the >values I placed into the combo box anymore. If I go to my offices table, I can >see the table is storing the correct information that I selected, but it isn't >visible when I get back to the form.

Are you sure the record pointer is on the correct record when you come back to the form, and perhaps not trying to add a new record? Have you tried refreshing the cbo's?

>Problem 2. I get an error message that says "record out of range"

In the release event of your form or formset add this code

cmbvotercode.rowsourcetype = 0
cmbvotercode.clear()

cmboption.rowsourcetype = 0
cmboption.clear()
Previous
Reply
Map
View

Click here to load this message in the networking platform