Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Check Boxes - How to reference?
Message
De
07/04/1998 10:25:10
 
 
À
07/04/1998 09:55:51
Jolene Dicks
Human Resources Development Canada
St. John's, Terre-Neuve, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00090130
Message ID:
00090143
Vues:
22
>I have a form with several check boxes on it. I can't seem to figure out how to reference the check box in other parts of the form. Rigth now I am using this
>
>If thisformset.form1.pageframe1.page1.check1 = .T.
> ** do whatever
>Endif
>
>What am I doing wrong? I would appreciate some help on this.
----
try
If thisformset.form1.pageframe1.page1.check1.value = .T.
** do whatever
Endif
HTH :))
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform