By GGP - 3/25/2011
I need to check input values and change them if necessary Using a Maintenance Form when using the 'New' button on the Maintenance Form Toolstrip. Where is the best place to look at the values and change them on the fly before they are committed to my database?
|
By Edhy Rijo - 3/25/2011
Hi,
You can use the Business Object BeforeSave() event to handle this. Take a look at the BO events in the help file for detail information and sample code.
|
|