G
Guest
I have a tabbed control with around 7 tabs each with multiple controls. All controls are unbound and updates are done manually via command buttons.
Is there any easy way to tell if the contents of any control have changed other than having a hidden value for every control and doing a compariuson of before/after??
The problem is I have a print command button which prints from the underlying table and I need to know whether I need do a save before the print.
Is there any easy way to tell if the contents of any control have changed other than having a hidden value for every control and doing a compariuson of before/after??
The problem is I have a print command button which prints from the underlying table and I need to know whether I need do a save before the print.