Subject Re: [IBO] Trigger and required field
Author Jason Wharton
Let me just say this once. Don't do inserts into a buffered client and
ignore the key values. You need to know them prior to the insert posting or
the record gets lost on the server and the client won't know how to access
it any more until a refresh is performed.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "Sergey Mitrushkin" <com@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, February 07, 2001 2:18 AM
Subject: [IBO] Trigger and required field


> Hi
> how can I say to IBO that field defined in metadata as not null not
> mandatory? it's value is calculated by trigger
> when I try to append data using db tool like quickdesk - everything
k! -
> i leave this field blank and value calculating by trigger
> but when i try to do the same in program - I receive the error "XXX is a
> required field". I set the attribute NOTREQUIRED to this field, but it
> doesn't help :(((
>
> ---
> Sergey
>
>
>
>
>
>