Thanks
John
On Sat, 19 Jun 2004 11:11:23 +0200, Dirk Huppertz <[EMAIL PROTECTED]>
wrote:
>John P. Bland wrote:
>> What do the *C AND *N in the field references {field*C)} AND {field*N}
>> mean. and are there others. Are these documented anywhere
>>
>
>The *C, *N, *O are used in sql-trigger operations.
>
>{field*N} := the new value of 'field'
>{field*O} := the old value of 'field'
>{field*C} := {field*N} = {field*O}
>
>Dirk.
