03-27-2008 10:04 PM - edited 03-27-2008 10:05 PM
03-27-2008 10:18 PM
03-27-2008 10:21 PM
Unless n until the items in both the Multicolumn Listboxes remain the same, you just need to pass the value of the first MLBox to the value of the second MLBox to highlight the corresponding selected row.
Of course, you had to have enabled the "Highlight Entire Row" property already, on rt-click --> Selection Mode short-cut menu.
03-27-2008 10:25 PM
Maybe you can try this itself.
I forgot whether it was unavailable in LV 7.1...
03-27-2008 10:30 PM
03-27-2008 10:37 PM
Hi Partha, Thanks alot.
I am using LV7.1. By default, all I see is multicolumn by cloning it to a control, instead of a value, till I discovered it.
Any way thanks
Clement
03-27-2008 10:55 PM
Hi Clement,
I ve also been confused in the past by the MLBox not having the Index Values property after the Edit Position property, like that of a Table.
But since its datatype itself is a Numeric, it does the job of giving the corresponding Index Value also, I mean the selected/highlighted row.