` Printed Icetips Article

Icetips Article



Par2: How to tell whether a field has been changed (Legacy)
2001-09-29 -- Dennis Evans
 
Okay then just compare the fields, legacy templates add a history record
for you, always have,  just fill the history buffer,  (People for years
added there own never understood why but they did) anyway if the file is
customer and the prefix is cus:   then

  History::Cus:Record  LIKE(Cus:RECORD),STATIC

  History::Cus:Record = Cus:Record
  to compare a field

  History::Pre:Record.Cus:CustName = Cus:CustName
  and so on

  Unless I have completely missed what you are attempting, has happened in
the past.



Printed May 6, 2024, 12:10 am
This article has been viewed/printed 35114 times.