Subject Re: [IBO] append doesn't pull generator value
Author Marco Lauria
At 17.10 03/12/2001 +0100, you wrote:
>Thanks Marco!
>
>Now it works.
>My error was: I set FieldByName('ID').AsString:=''
>So it seems, if it is declared with ANY value, the generator value isn't
>copied.
This is normal as the set of the generator value
happens before you insert as I told you.
Bye
Marco