Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Init of a Checkbox in a grid
Message
From
16/08/2000 16:49:52
 
 
To
16/08/2000 16:36:05
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00405805
Message ID:
00405815
Views:
12
>I use a "Checkbox within a container" class in a column. I want to set it to come up unchecked on init. I used the code:
>
>This.Value = 0
>
>in the init of the Checkbox and got a "Fatal Error: Exception Code C0000005". Is this due to multiple instances of the object, or is something really screwed up?
>
>JD

Try this instead:

This.Value = .F.

HTH
Dorisa Call
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform