Forum Post: Re: Merry Xmas... A Fancy Question On Value-changed

Status
Not open for further replies.
O

OctavioOlguin

Guest
One solution I gave to this problem, is: ON ENTRY OF xxx OR ENTRY OF xxy OR ENTRY of xxz .... DO: ASSIGN SELF:pRIVATE-DATA = STRING(SELF:SCREEN-.VALUE). END. And on leave of xxxx or leave of xxy.....: IF NOT (SELF:pRIVATE-DATA = STRING(SELF:screen-value)) THEN DO: MESSAGE "Modified" VIEW-AS ALERT-BOX. END. END. but still, I think there is a much cleaver solution, but I don't know to question the current state of a filed (in the sense of changes) Thanks!.

Continue reading...
 
Status
Not open for further replies.
Top