Problems in the xBrowse 1309 jumping columns

Problems in the xBrowse 1309 jumping columns

Postby marca » Thu Nov 28, 2013 8:44 pm

Same putting
oLbx:nMoveType := MOVE_NONE

I already changed also in the source of the xBrowse:: nMoveType := MOVE_NONE / / MOVE_FAST_RIGHT
and even so not for of jumping for the next cell

I found what believe to be the problem in the method bkEYcHAR

case nKey == VK_RETURN
oCol := ::SelectedCol()
if oCol:oEditGet != nil
PostMessage( oCol:oEditGet:hWnd, WM_KEYDOWN, nKey ) //VK_RETURN )
elseif oCol:lEditable .and. ! oCol:hChecked .and. ::lEnterKey2Edit .and. ! ( oCol:nEditType == EDIT_LISTBOX )
return oCol:Edit()
elseif oCol:nEditType == EDIT_LISTBOX .and. oCol:lEditable
//Simulate Click over button for no lost focus
PostMessage( oCol:oBtnList:hWnd, WM_LBUTTONDOWN, 1, 1 )
PostMessage( oCol:oBtnList:hWnd, WM_LBUTTONUP, 1, 1 )
elseif ::oTreeItem!=nil
If( ::oTreeItem:oTree != nil,( ::oTreeItem:Toggle(), ::Refresh() ),)
else
----> ::GoRight()
endif
Marcelo Ferro da Silveira
Fwh14.04/xHarbour 1.2.3 Simplex / Bcc582 / Pelles 8
SqlLib /xMate/WS
marca
 
Posts: 116
Joined: Mon Aug 13, 2007 5:22 pm
Location: Brazil

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 47 guests