Subject | Re: [IBO] Problem with Append in a IBOTable |
---|---|
Author | sassicaia70@hotmail.com |
Post date | 2001-08-30T12:26:48Z |
--- In IBObjects@y..., Helen Borrie <helebor@d...> wrote:
For me is neccessary!!!!
YES!!!
How?? Post me an example , please
How?? Post me an example , please
what you mean ??
> At 10:39 AM 30-08-01 +0000, you wrote:application
> >Hi
> >I have a big problem with Append in a IBOTable
> >I use IBO 3.6 Dg (demo) because I would like convert my
> >from DBF to IBO.PessimisticLockING does not apply to Appends. what you mean ??
> >I use IBOTable with PessimisticLock = TRUE
>
>IboTable1.PessimisticLock := TRUE;
> >and I have this problem:
> >
> >Source
> >
For me is neccessary!!!!
> > IboTable1.Open;while the dataset is closed.
> > IboTable1.IndexName := 'COD'; /// IndexName needs to be set
> > IboTable1.Append;Are you getting any error messages, such as "ID is a required field" ?
> > IboTable1.FieldByName('COD').AsString := '100';
> > IboTable1.Post;
> Questions:
>
YES!!!
>Have you set KeyLinks for the table?
How?? Post me an example , please
>Have you set GeneratorLinks for the table?
How?? Post me an example , please
>How can you tell that the trigger is not firing?
what you mean ??
>
> Helen
>
> All for Open and Open for All
> InterBase Developer Initiative ยท http://www.interbase2000.org
> _______________________________________________________