Telling if something has changed
ADJob
mats at adjob.se
Fri Jun 5 02:39:58 EDT 2020
HI,
If you are using rows, you can do this:
If bincompare(pv_DATA;pv_DATA_OLD)
; nothing changed
Else
; save
End If
/Mats
More information about the omnisdev-en
mailing list