Hi,
In a regular (windows) update form, when I click OK, an update or write takes place.
I would like to to some extra processing AFTER the write/update.
Where do I put this extra code?
Cheers,
Rene
Hi,
In a regular (windows) update form, when I click OK, an update or write takes place.
I would like to to some extra processing AFTER the write/update.
Where do I put this extra code?
Cheers,
Rene
A couple of places.
In the form, ThisWindow.TakeCompleted after the parent call, but is limited to just that window.
After all updates, regardless of the form window, or any other process window or source procedure modifying the file, in the global embeds, Global Objects, ABC Objects, File Managers, PostUpdate and PostInsert and Post Delete.
Thanks Richard,
More solutions than I hoped for.
Rene