Subject append doesn't pull generator value
Author Boris Schlüszler
Hello!

I've got a query on which I want to Append a row.
I leave the field 'ID' blank.
In the query this field is declared "blank is null", the GeneratorField
property is set correctly.
The generator value increments, but it isn't copied into the 'ID'-field
before Post.
Thus error is generated: "not a unique value" or similar.

Am I suspected to get the new value copied into the field myself?
How may this be accomplished?

Regards, Boris