Hi
I need to change the background color of the GET field when hovering the mouse cursor. Is it possible to do this ?
Hi
I need to change the background color of the GET field when hovering the mouse cursor. Is it possible to do this ?
Example?
Regards, saludos.
Please try this:
SetGetColorFocus( CLR_RED )
oGet:bMMoved := { || oGet:SetFocus() }
Thanks, it works!