Subject Trigger not being called
Author Ryan Nilsson-Harding <nilsson@bigpond.ne
Hi there,

I know I have read the solution to this before, but I can't find it
now.

I have both a before-insert and a before-update trigger for a table
which ensures another field in the table maintains an upper-case
version of the field in question.

NAME is the field of the table, and UPNAME is the uppercase version.
The user never see's the UPNAME, it is maintained purely by the
server.

BTW, using IBO 4.2I.

When I go to insert a new field in my app, I am being told that
UPNAME is a required field. Why does it seem that the trigger in the
background is not being fired?
I know it has something to do with an IBO param, but cannot locate
it.

When I use IBExpert, it works fine. IBExpert handles it, so what am
I doing wrong here?

Rgds,
-Ryan