Hi David,
Yes - for both DBC_BEFOREUPDATE and DBC_AFTERUPDATE the program is For the desktop, DBC_BEFOREUPDATE will allow you to use SCATTER and compare the record's previous values and the current buffered values from an uncommitted change.
So:
//DBC_BEFOREUPDATE
para cDatabase, cTable, cJSON
if isserver()
// all the info you need is in the 3rd parameter: cJSON
else
// scatter and compare
endif
//...
Regards,
Yvonne
Bookmarks