Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox not Binding for Edit
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00442275
Message ID:
00442630
Views:
18
>I can't get the data I enter in the combo box to go back into the table.

Whats happening is, you are refreshing the control to reflect is ControlSOurce BEFORE you actually commit the change to its ControlSource. So it keeps being reverted to blank. WHat Cetin suggested should help, you just have to set the Value BEFORE refreshing the control:

this.Value = this.Value
thisform.Refresh()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform