Using Xbrowse a lot, i'm thinking of the best way to register changes made in the xbrowse data.
A dbf with many fields is updated during the day and this for several fields. The changed data will be uploaded once a day true a API connection.
What do you do in this situation ?
I'm thinking of folowing
Make a changlog dbf where the changed data fields will be put in, and after API update clear this dbf
Name, olddata, newdata
adress, olddata, newdata
etc....
I can have Xbrowse do this for each field with the onchange , but then I have to code each field for this
My question : Can we subclass xbrowse for this to do automatic ? I never want a changed personel xbrowse for my projects because I want to keep all updates.
Maybe with a extra data: oBrw:logchanges -> Is true then log some fields
I never made a class, changed it or did any subclassing.