Arthur Fuller
fuller.artful at gmail.com
Tue Jul 29 15:25:25 CDT 2008
The form presents the data in read-only fashion. There's a button to click if you want to edit the data. That button enables and unlocks all the controls. The user changes nothing and clicks Save. How can I determine whether anything has changed? (The reason I need to know this is that the current code updates two fields, LastUpdate and UserName, when you click Save, and I want to circumvent this if nothing has changed. TIA, Arthur