"strange" behavior of the CheckBox control
Posted: Tue Mar 16, 2010 8:10 pm
Hi,
I noticed a "strange" behavior of the CheckBox control, here's my little test:
I thought I did something wrong (as always), but ... main.demo does something similar.
Here is the little code in main.demo
Please take a look at the picture attached.
Please I await your comments
Thanks
Best Regards
Javier
I noticed a "strange" behavior of the CheckBox control, here's my little test:
Code: Select all
DEFINE CHECKBOX chkRememberUser
ROW 230
COL 30
CAPTION "Recordar Usuario"
AUTOSIZE .T.
BACKCOLOR { 242, 239, 231 }
END CHECKBOXHere is the little code in main.demo
Code: Select all
DEFINE CHECKBOX Check_1
ROW 80
COL 90
CAPTION 'Check 1 123455545565655p'
VALUE .T.
TOOLTIP 'CheckBox'
ONCHANGE PLAYOK()
END CHECKBOXPlease I await your comments
Thanks
Best Regards
Javier