04-28-2010 12:30 PM
Hello,
What is the easiest way to index the column of a multicolumn list?
Also, if using a strict ref, you can also index the row by using the value of the property node. How would you do this if the ref is not strict type (the value is a variant instead)? Lastly, a double click user event will also return back the current row. Why does this not also show up when using only a single mouse click?
Thanks!
04-28-2010 12:35 PM
Hi Newbie217,
if your refnum is not typed, then you can use the "to specified class" function to get a strict ref. Another possibility would be to use "variant to data" to get an array of "your datatype".
Mike
04-28-2010 12:59 PM
04-28-2010 01:12 PM
Hi Newbie217,
the constant you connect on top has to be strict.
Mike
04-28-2010 02:12 PM
An easy way to get the correct type is drag and drop the control onto the ref control.
Ton