croezen
15th February 2011, 13:01
Hi there !
I need to know if a field is set to a value the first time.
before.rewrite:
if tdebo045.stat = tdebo.stat.handeld then
| do my thing
endif
The problem with my code is that this is executed every time someone changes something.
I only need to do something the first time the status has changed to handeld.
Any help would be nice !
I need to know if a field is set to a value the first time.
before.rewrite:
if tdebo045.stat = tdebo.stat.handeld then
| do my thing
endif
The problem with my code is that this is executed every time someone changes something.
I only need to do something the first time the status has changed to handeld.
Any help would be nice !