Subject Re: [IBO] ReadOnly and CanModify properties
Author Harald Klomann
laurent.gilbert@... wrote:
>
> Hi all,
>
> I'm using TIBOTable and TIOBQuery with packages like IP2000, Raize
> and ORPHEUS.
>
> By default, DataSets are ReadOnly.
> Users have to go in edit mode to modify data.
> In view mode, tables can't be modified but CanModify property value
> is true. Errors occur if user type something in a field.
> IP navigator toolbar has suppress, edit, insert, ... buttons enabled.
>
> How can I set CanModify to false ?
>
> Laurent.

CanModify is a readOnly property;
Set AutoEdit of your DataSource to false.

Harald