Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Init of a Checkbox in a grid
Message
From
16/08/2000 23:57:32
 
 
To
16/08/2000 16:36:05
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00405805
Message ID:
00405928
Views:
17
>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

The grid column must be bound to a field in a cursor. Don't set the value of the check box, just make sure the value of the underlying field is 0 or .F..
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform