FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse nMoveType
Posts: 301
Joined: Fri Jun 01, 2007 09:07 AM
xBrowse nMoveType
Posted: Tue Aug 06, 2013 01:08 PM

Hi,

I have xBrowse without editabled columns
oBrw:nMoveType has no efect and cursor asways go right
Can i exclude this or make it nMoveType to have efect on non editabled columns
is it possible to define nMoveType for each column ?
Or someother solution please

Best regards,

Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse nMoveType
Posted: Tue Aug 06, 2013 01:31 PM

Cursor moves like in Excel, under full control of the user.

Regards



G. N. Rao.

Hyderabad, India
Posts: 301
Joined: Fri Jun 01, 2007 09:07 AM
Re: xBrowse nMoveType
Posted: Tue Aug 06, 2013 01:49 PM

Hi Rao,
Thanks for reply
I will try to control it with SelectCol() Method if no other solution,

One more question please ...
If lRecordSelector := .f. columns are numbered from 0 to Fcount() -1 ????
example SelectCol( 1 ) go to second column must i use SelectCol( 0 ) so cursor to go to first column ?

Best regards.

Continue the discussion