I'm having some trouble selecting which element in an array has key focus. I want to be able to selectively highlight individual elements in an array of strings and set the key focus so that the user can immediately enter the text into that specific element.
I have been able to get "selection.start" and "selection.end" to work, but when I get a reference to "array element" it always returns a reference to the last element manually clicked. This way, I can only programatically highlight different elements by manually clicking on them, which somewhat defeats the purpose.
Does anyone know if this is possible, or if I need to move to tables or something else in order to give me this functionality?
I'm using LV 6.1
on W2k.
Thanks
Shane.
Using LV 6.1 and 8.2.1 on W2k (SP4) and WXP (SP2)