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: Select all Expand view
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