Subject Re: [IBO] Posting a new record in a Dataset linked to a TIB_Grid
Author Christian Gütter
Hi Roberto,

> it. When posting record, I got this ISC Error Message:
> ISC ERROR CODE: 335544347
> validation error for column REGH, value "***null***"
> How can it happens, since the field was assigned to '10010001' at
> AfterInsert event?

you should use the BeforeInsert event to assign values to your
fields. The AfterInsert event occurs _after_ the record has been
inserted on the server.

And, if this is a default value, you should consider to set the
default value in the field attributes of your IB_Query.


Christian