Subject | Re: [IBO] TIB_Query->Insert throws on non-NULL fields |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-01-30T14:03:24Z |
Hello David,
are checked. Do you have an AfterInsert handler that tries to post? I
think if you trace line by line (starting in Insert()) you should find
something - a flag, property, handler, wahetever... - that causes the
SysPost call.
Greetings,
Paul Vinkenoog
> IBO throws an exception warning me that:For some reason SysPost is called, and that's why the required fields
>
> "myfieldname is a required field"
>
> Tracing into Insert() it goes into SysInsert, SysPost and finally
> CheckRequiredFields where the exception is thrown.
are checked. Do you have an AfterInsert handler that tries to post? I
think if you trace line by line (starting in Insert()) you should find
something - a flag, property, handler, wahetever... - that causes the
SysPost call.
Greetings,
Paul Vinkenoog