en@frrom
4th February 2010, 16:53
In a DAL field check (has_changed) I want to check the previous value of a changed table field. I tried to do this through the predefined variable attr.previous$ but it always contains the new, changed value of the field! Does this variable not work in a DAL??!
The workaround would be a query (using alias) on the record to check the old value, but I don't find that very neat and would prefer a different way.
The workaround would be a query (using alias) on the record to check the old value, but I don't find that very neat and would prefer a different way.