Page 1 of 1

Box xbrowse at 1 column

Posted: Mon Oct 28, 2024 5:18 pm
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?

Re: Box xbrowse at 1 column

Posted: Tue Oct 29, 2024 7:53 am
by Antonio Linares
Dear Silvio,

Checking it with Mr. Rao

Re: Box xbrowse at 1 column

Posted: Wed Oct 30, 2024 11:51 am
by nageswaragunupudi
Add these two lines of code

Code: Select all | Expand

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