Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
List box question
Message
 
 
To
16/08/2003 18:09:34
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00820688
Message ID:
00820838
Views:
21
Hi Jim,

I don't understand why do you have this problem at all. The record in a listbox should be highlighted regardless how you move between lines. It's possible that something in your code that cases such effect.

>Thanks Sergey
>
>That did not help.
>
>I tried adding this.Selectedid[this.ListIndex] = .t. and that did make the new row selected. But I can't seem to find an event that I can turn the old row selected off. This does work but is seems to be such a kludge.
>
>
>lnSelectedRow = this.ListIndex
>this.selectall(.f.)
>this.Selectedid[lnSelectedRow] = .t.
>this.parent.requery("tickets")
>
>Seems to work the same in both the when and interactivechange events.
>
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform