Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check box strange behaviour
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00213864
Message ID:
00213887
Vues:
32
>Hello:
>
>I have check boxes in my application on a page. Sometimes you can
>check directly in the box and everything works ok, other times you have to click somewhere else on the page and the checkbox gets checked. The checkboxes are on top of a shape and I've moved
>them to front and the shape to back. Sometimes when I go into the application it works fine and other times I have this problem.
>
>Does anyone have any idea what's going on here. Any input would be appreciated.

They're kind of "sticky" sometimes. I add this code:

in Click: This.Refresh
in DblClick: This.value = !this.value
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform