Subject Re: [IBO] ReadOnly and CanModify properties
Author Jason Wharton
It is probably a bug in IBO. There are some difficulties in the TDataset
layer here that I may need to iron out.

Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Laurent GILBERT" <laurent.gilbert@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, April 12, 2001 1:14 AM
Subject: RE: [IBO] ReadOnly and CanModify properties


> Hi Harald,
>
> Ok !!! It seems to work with standard DB components and some IP
> components (TwwDateTimePicker) but not with IP navigator tool bar.
> The CanModify is always true...
>
> Do you now why this property is true in my case ?
>
> Laurent.
>
> > -----Message d'origine-----
> > De : Harald Klomann [mailto:nibler@...]
> > Envoye : jeu. 12 avril 2001 09:57
> > A : IBObjects@yahoogroups.com
> > Objet : Re: [IBO] ReadOnly and CanModify properties
> >
> >
> > 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