G
Grant Holman
Guest
Hi, I've used an 'ON ENTRY' equivalent trigger that stores the previous value in a variable e.g.: cPrevVal = SELF:SCREEN-VALUE. Then compare that in the 'ON LEAVE' e.g.: IF SELF:SCREEN-VALUE <> cPrevVal etc.
Continue reading...
Continue reading...