Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid doesn't display check box
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00662746
Message ID:
00663330
Views:
16
>The only problem now is that the CheckBox seems to be disabled. I had already checked the ReadOnly and Enabled properties of the CheckBox in the Column, in the Grid.; both properties were set to their default values, i.e., ReadOnly=.F. and Enabled = .T.
>
>I cannot understand this. The cursor into which the user would enter this information is a writeable cursor, since I used the "Create Cursor" command.
>
>With these settings, why can I not write a Check Mark into the CheckBox?

Make sure to set column ControlSource to be "myTable.MyLogicalField" and not just "MyLogicalField". It's weird, but I've seen the same problem (without adding checkbox on the fly) and using alias name solved it.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform