03-13-2023 10:06 AM
I have a listbox and a text & Pict Ring that both have 3 Items.
I would like when I click on Item 1 of the text & Pict Ring that Item 1 of the listbox is also clicked automatically and so on for Item 2 and Item 3.
Is it possible to do this? How can I do it?
Thanks in advance
Solved! Go to Solution.
03-13-2023 10:25 AM - edited 03-13-2023 10:27 AM
In the value change event of the ring (already there), set the 'new value' to a local of the listbox.
In a value change event of the listbox (new), set the 'new value' to a local of the ring.
03-13-2023 01:14 PM
Hi wiebe@CARYA,
Thanks you for your reply, its work done.