by James Bott » Sat May 17, 2008 3:13 am
>I resorted to old fashioned solution.... I put function after 'ON CHANGE' on every GET objects... and enable the save button if there are changes...
I think this is the only way to do it.
>I was hoping that there is a function which has return (boolean) if any object's value was changed within the said dialog.
Even if there was such a function, you would still have to call it from the ON CHANGE clause of each control.
Still this method is not foolproof as the user could change something, then change it back to the original data and the Save button would still be enabled. I know, you are thinking that they could just press the Cancel button, and that is true but there is a visual indication that something has changed, when it hasn't.
Regards,
James