Subject | Re: [IBO] Re: IB_Query - wrong ID assigned |
---|---|
Author | Helen Borrie |
Post date | 2005-05-23T13:59:46Z |
At 01:50 PM 23/05/2005 +0000, you wrote:
MyDataset.FieldsReadOnly.Add('ID_VYKON=NOEDIT;NOINSERT');
instead of simply blanketing it as 'True'.
Helen
> > Can't you set that in the design stage?Try setting it as
>I try set it in design now, still fire twice.
>
> > Are you changing it before or after the query was opened?
>Before opened.
>
> > I use ReadOnly in Builder for the Ident fields without seeing a
>problem myself.
>I try it on 2 different tables. It is a bit strange, but it doesn't work.
MyDataset.FieldsReadOnly.Add('ID_VYKON=NOEDIT;NOINSERT');
instead of simply blanketing it as 'True'.
Helen