using unidata 52

I have an update trigger that seems to work as I expect with one small problem. 
The 4th parm 'rec.ID.expr' seems to contain the same data as the 5th 'recordval' which 
turns out to be the new values of
all columns in the row except the 'ID@' (ID) column.
How do I ref the value of the 'ID@'(ID) column from within the trigger ? What have I 
missed ?

SUBROUTINE JonTable.T.U(execstat,dictflag,filename,rec.ID.expr,recordval)
   OPENSEQ "/tmp/trig.out" TO TRIGOUT ELSE RETURN
   OSWRITE rec.ID.expr TO TRIGOUT
   CLOSE TRIGOUT
   exec.stat=1
   RETURN

Many Thanks
-------
u2-users mailing list
[EMAIL PROTECTED]
http://www.u2ug.org/listinfo/u2-users

Reply via email to