Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check Boxes - How to reference?
Message
From
07/04/1998 10:04:06
 
 
To
07/04/1998 09:55:51
Jolene Dicks
Human Resources Development Canada
St. John's, Newfoundland, Canada
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00090130
Message ID:
00090133
Views:
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.

You do right but shoud use Check1.Value or Check1.Visible etc. Also, you can use some improvements just to eliminate typing long strings. For example, you can use parent property if you refer from the same page: This.Parent.Check1.Value=..
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform