Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot amend records in a grid
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00664843
Message ID:
00665559
Views:
23
This has to be something within the grid. If you're sure that neither the grid nor any of the columns are read-only, I'd start looking at any code in the grid. Are there any WHEN methods? You may need to trace to see if that turns up anything. Otherwise, you may have to try starting with a plain grid that doesn't use your base classes, and start adding to it to see if you can recreate the problem.

>Hi Barbara
>The RecordSource is a view and the controlSource are fields within the view.
>
>If I set up text boxes beside the grid,whose controlsource is a field from the view, I can amend the Text Boxes ok and they are then reflected in the grid... but I still cannot amend the data from within the grid itself.
>
>Regards,
>Gerard
>
>
>
>
>
>>What are you using for a RecordSource? Could that RecordSource be read-only?
>>
>>>Hi.
>>>I have a grid made up of records from a view.
>>>The records are displaying ok, and I have a button which appends a record ok . but I cannot amend the coulmns in the grid.
>>>
>>>I have The Grid.Readonly = .f., The Grid.Columns.Readonly = .F. and the two text boxes in the grid 's Readonly set to false.
>>>
>>>I can 'land' on the grid (including the Appended record) but cannot amend it)
>>>
>>>Any Ideas ?
>>>
>>>Regards,
>>>
>>>Gerard
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform