xBrowse .. start column 2

Post Reply
User avatar
Rick Lipkin
Posts: 2668
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

xBrowse .. start column 2

Post by Rick Lipkin »

To All

I have created column 1 that puts line numbers in my browse .. I do not want the cursor to go into column 1 and always want to start at column 2.

Is there a setting that does not allow navigation into a specific column ?? in my case, Column 1?

Thanks
Rick Lipkin

Image
User avatar
Armando
Posts: 3271
Joined: Fri Oct 07, 2005 8:20 pm
Location: Toluca, México
Been thanked: 2 times
Contact:

Re: xBrowse .. start column 2

Post by Armando »

Rick:

Try

oBrw:nFreeze := 1


Regards
SOI, s.a. de c.v.
estbucarm@gmail.com
http://www.soisa.mex.tl/
http://sqlcmd.blogspot.com/
Tel. (722) 174 44 45
Carpe diem quam minimum credula postero
User avatar
Rick Lipkin
Posts: 2668
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: xBrowse .. start column 2

Post by Rick Lipkin »

Armando

Thank you for your suggestion .. I did try that and the column freezes as you move to the right .. but navigation into the number column ( column 1 ) still exists :(

I was hoping there was an oCOl method that would keep you from navigating into a specific column .. in my case .. column 1.

Rick Lipkin
stefano
Posts: 80
Joined: Tue Mar 25, 2008 9:03 pm
Location: ITALIA

Re: xBrowse .. start column 2

Post by stefano »

try

oBrw:NColsel(2)

Stefano
FWH 14.11 + xHarbour + bcc582
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: xBrowse .. start column 2

Post by nageswaragunupudi »

As of now, there is no way to prevent user from navigating to any visible column.
Regards

G. N. Rao.
Hyderabad, India
Post Reply