Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Question
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Miscellaneous
Thread ID:
00465700
Message ID:
00465736
Views:
14
>Hi Will,
>
>I tried it and it works.
>
>You need to add "INTO CURSOR myColumnXComboSource" to your SQL:
>"Select * From destinations Where destinations.receiver = gridalias.receiver INTO CURSOR myColumnXComboSource"
>
>You will need to add to your Grid.AfterRowcolChange():
>
>this.column5.combo1.Requery() && assuming that the combo is in column 5
>this.column5.combo1.Refresh()
>this.column5.combo1.ListIndex = 1 && so you see the first combo item right away.
>
>You might need to change this sample code as you adding the combos on the fly and I don't know if they always supposed to be in the same columns.

Dr. Grid!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform