Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: No DOWN effect for graphical checkbox
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01047979
Message ID:
01047983
Views:
17
Revised repro code:
Wait Window 'Press ENTER to create a graphic checkbox at the left top of screen...'
_Screen.AddObject('c','Checkbox')
_Screen.c.Visible=.T.
_Screen.c.Style= 1
Do While Lastkey()=13
  Wait Window '_Screen.c.Value='+Tran(_Screen.c.Value)+'.  Press ENTER to toggle 0/1, other key to end.'
  _Screen.c.Value=Abs(_Screen.c.Value-1)
EndDo
_Screen.RemoveObject('c')
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform