by "Stephen Quinn" <stevejqNO@[EMAIL PROTECTED]
>
Apr 9, 2008 at 03:01 AM
Tony
Your using the wrong method.
> METHOD ListViewKeyDown(oListViewKeyEvent) CLASS TopicsWindow
> LOCAL oLVI AS ListViewItem
>
> SUPER:ListViewKeyDown(oListViewKeyEvent)
>
> oLVI := oDCLV_Topics:GetSelectedItem() // Get the current Selected
The next Item won't be 'selected' until the KeyUp event as finished.
What your GetSelectedItem() is getting here is the current line that has
focus before moving the pointer
ie 1 item behind where you think you are
--
CYA
Steve