Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBox Three Card Monty
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00323878
Message ID:
00323902
Views:
28
Slowly the light dawns. You'd like the combos to reset to the SAME record if a user makes a choice in any of them. So if he chooses "Thanks" in combo1 you want him to immediately see "Gracias" "Arigato" and "Merci" in the other 3? You'll need 2 columns in each combo. The DisplayValue will be the text, the Value will be the PK of the record. Then in the InteractiveChange of each combo you set the value of the others to the PK. If the PK isn't found (because a blank value wasn't included in the list), you may have to add code to blank the record. I haven't tested it.

HTH
Barbara

>Barbara,
>Thank you for your time.
>
>Yes, the correct name is only in one record.
>You could look at as, one name in four languages. The problem is you don't know which language you will find it. Hence, three card monty:). That is why I want to populate each combo with distinct. If I use fields as the RowSource I have blank fields to search through.
>The key here, once the name is selected the other three need to be seen in order to compare and update the documentation.
>
>Peter
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform