I'm setting a list box's selected value from a bookmark (long) when a form is opened - this is to allow users to work through data in the list, then quit & come back to it later.
The problem is, when I set the Selected property (it goes: listTag1.Selected(li)=true), the whole form then siezes up.
& I'm damn'ed if I can find any other cause of this than this code.
The problem is, when I set the Selected property (it goes: listTag1.Selected(li)=true), the whole form then siezes up.
& I'm damn'ed if I can find any other cause of this than this code.