Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linking listboxes. Possible?
Message
 
To
03/06/1998 03:01:07
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00103882
Message ID:
00104418
Views:
26
>...
>>>Cetin, i think i've not explain fine my need. I know how to link by value, but i want not only linked values, but showing the same items in both of the listboxes.
>>>If the user scrolls one control, doesnt change the value of the lisbox but he change the items showed on it, and i want do the same programatically in the other listbox.
>>
>>Carlos, in my case for example I have particlar group members displayed in one listbox and all users displayed in second listbox, so to syncronyze movements I use
>>
>>***LstGroupMembers.InteractiveChange()
>>this.parent.lstUsers.DisplayValue = this.DisplayValue
>>
>>HTH,
>>
>>Nick
>
>But if you moves one listbox with the scroll bar, the interactivechange() event is not running, cause you're not changing value of listbox. But i want to show the same items in the visible portion of both listboxes. Probably my english is not so sufficient to explain the problem. Let me know if you've understood. Thanks.

Oh, I see what you mean. I agree wit cetin, that it is better to use a grid in this case. I tried to syncronize the grids but found the response slow.

Nick
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Reply
Map
View

Click here to load this message in the networking platform