Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid help
Message
 
 
To
29/01/2007 11:27:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP
Miscellaneous
Thread ID:
01190125
Message ID:
01190128
Views:
25
This message has been marked as the solution to the initial question of the thread.
>I am working with a grid that is based off of a cursor.
>
>In one of the fields I have a checkbox. when I click on the check box, it tells me that the control is readonly. Is this because the data is based off of a cursor?
>
>Thanks
>Christine

Yes, it could be. Make sure the cursor is updatable, e.g. created with CREATE CURSOR command.

Also make sure you specify the column's controlsource as Cursor.FieldName format, not just FieldName.
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