Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo boxes getting set to default on form refresh()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01417734
Message ID:
01417738
Views:
35
>I have a form with 2 combo boxes set as follows:
>Cmb 1:
>RowSource = c_cursor.fldname
>RowSourceType = 2 - Alias
>ControlSource = Thisform.startname
>
>Cmb 2:
>RowSource = c_cursor.address
>RowSourceType = 2 - Alias
>ControlSource = Thisform.startaddr
>
>The InteractiveChange Event for both call a method that gets the keys from each cursor and looks up a record in another table. All this works till the form refresh() is called in the lookup method. The both combo boxes revert back to the 1st record in each cursor.
>
>If I comment out the refresh() it works.
>What's up?

Do you change thisform.StartName and thisform.StartAddr values in the InteractiveChange ?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform