Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor lost in Checkbox?
Message
From
30/08/1999 14:30:32
 
 
To
30/08/1999 14:09:55
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00259286
Message ID:
00259299
Views:
18
Hi Jamie ----

Put the checkbox into a Container. At design time, set the containers BorderWidth to 0. In the GotFocus of the Container, put

THIS.BorderWidth=1
THIS.Refresh()

In the LostFocus of the Container, put:

THIS.BorderWidth=0
THIS.Refresh()


>I have a form with several textboxes and 2 checkboxes (with no captions). When the user edits the form, he/she can tab (or enter) through the objects. Once the useer "gets" to a checkbox, there is no visible way of knowing he/she is there. Is there a simple way of
>bordering or highlighting the checkbox(Remeber, no captions in use)?
>
>Thanks,
>
>J Flick
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Previous
Reply
Map
View

Click here to load this message in the networking platform