Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Manually save a new record into the database
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
01221840
Message ID:
01223214
Views:
14
Yassin,

>I have a business object and I am using the MM.NET Business Maintenance Form to save,delete and update transaction. It looks like the save control automatically save the transaction for you.
>
>I would like to know how to manually saving the record when a user clicks on the Save control using business objects.

You can do something like this:
mmSaveDataResult = this.MyBizObj.Save();
You can then examine the result to see if the save was successful.

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Previous
Reply
Map
View

Click here to load this message in the networking platform