Hi there 
I'm using a trigger to detect changes into a value in a table, let's say 'Status'.
My trigger gives 'if updated(Status)...'
The crazy (not mine
) application that is changing the Status is sending first of all a value of '0'
then a status of '1', sometimes a hundred of times, and at last a status of '2'.
My problem is :
I'm only interested into REEL changes (from 0 to 1 and to 2), not interested to be reminded that the status value is '1' every 10 seconds...
How do I filter (trigger side) the new value against the old one ?
I'm using reference from the -updated- system table...
Where did i go wrong ?(
TIA for a reply
I'm using a trigger to detect changes into a value in a table, let's say 'Status'.
My trigger gives 'if updated(Status)...'
The crazy (not mine
then a status of '1', sometimes a hundred of times, and at last a status of '2'.
My problem is :
I'm only interested into REEL changes (from 0 to 1 and to 2), not interested to be reminded that the status value is '1' every 10 seconds...
How do I filter (trigger side) the new value against the old one ?
I'm using reference from the -updated- system table...
Where did i go wrong ?(
TIA for a reply