Box xbrowse at 1 column

Post Reply
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Box xbrowse at 1 column

Post by Silvio.Falconi »

Image

as you can see when the procedure shows the xbrowse table, it shows a colored box first line first column, even if I have focused in the get control, how should I remove this thing?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Antonio Linares
Site Admin
Posts: 42511
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 73 times
Contact:

Re: Box xbrowse at 1 column

Post by Antonio Linares »

Dear Silvio,

Checking it with Mr. Rao
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: Box xbrowse at 1 column

Post by nageswaragunupudi »

Add these two lines of code

Code: Select all | Expand

    oBrw:bLostFocus   := { || oBrw:nMarqueeStyle := 0 }
   oBrw:bGotFocus    := { || oBrw:nMarqueeStyle := 2 }
Regards

G. N. Rao.
Hyderabad, India
Post Reply