Subject | Re: [ib-support] Setting field values within a trigger |
---|---|
Author | Paul Vinkenoog |
Post date | 2003-06-06T12:16:56Z |
Hi Dan,
If you do it in an AFTER trigger, no error is generated but any
assignment to New.whatever is silently discarded.
Greetings,
Paul Vinkenoog
> I am trying to set some fields in a table based on variable resultsAre you sure you do this in a BEFORE trigger?
> from within the tables insert trigger.
>
> I am looking up and or calculating some variables. Then, I am using
> "New.TotQtyBefore=:Total_Before" (and other fields the same way) but
> the field is comming up null. I have a "if (new.TotQtyBefore is
> null) then new.TotQtyBefore =0" but it did not help.
If you do it in an AFTER trigger, no error is generated but any
assignment to New.whatever is silently discarded.
Greetings,
Paul Vinkenoog