Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scrolling on a disabled grid
Message
From
05/11/1999 11:15:59
 
 
To
05/11/1999 10:57:38
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00286844
Message ID:
00287560
Views:
20
Are you setting the readOnly Property of the Grid, or for the table in the data Environment?

I just did the following:

Created a form.
Dropped the a base class grid on it.
Set columnCount to 2
Opened a table in the dataEnvironment
Set the Grid's RecordSource property to the table using the drop down list.
Set the Grid's readOnly property to .T.

Tested it, could not edit the data.

modi'd the form. Set the grid's readOnly to .F., and set the the Cursor object for the table in the Data Environment's readOnly property to .T.

Tested it, and COULD edit the data.

I am not trying to be argumentative, I just can't get the behaviour you are describing.

Bill
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform