FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour HOW TO CONFIGURE GLOBALLY BORDER WHEN GET IS FOCUSED?
Posts: 76
Joined: Fri Aug 28, 2009 05:25 AM
HOW TO CONFIGURE GLOBALLY BORDER WHEN GET IS FOCUSED?
Posted: Sat Jun 24, 2023 03:55 PM
Dear All ,

How we can configure to show the BORDER when GET is focused for unfocused GETs do not want to show the border.

I am looking similar solution as color setting focus/un-focus the given below.
Code (fw): Select all Collapse
  TGet():bColorBlock :=  { |oGet| IF( oGet:lFocused, { CLR_WHITE, CLR_HBLUE }, IF( .NOT. oGet:lActive, {CLR_BLACK, CLR_HGRAY}, {CLR_BLACK, CLR_WHITE} )) }
https://forums.fivetechsupport.com/viewtopic.php?f=3&t=36171&p=215558&hilit=bColorBlock&sid=db773d2b1ef858dc39e392dcdc9f062e&sid=db773d2b1ef858dc39e392dcdc9f062e#p215511

Thanks
Shridhar

Continue the discussion