﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Is it possible to use a transaction on a maintenance form?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 05:49:14 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Is it possible to use a transaction on a maintenance form?</title><link>http://forum.strataframe.net/FindPost6635.aspx</link><description>Then you need to create a transaction before saving and then save on that transaction.&amp;nbsp; This is the entire purpose of transaction support.&amp;nbsp; You can refer to the documentation to help you get started here.&lt;/P&gt;&lt;P&gt;Business Layer -&amp;gt; Common Business object Tasks -&amp;gt; Using Transactional Processing</description><pubDate>Thu, 08 Feb 2007 09:05:52 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>Is it possible to use a transaction on a maintenance form?</title><link>http://forum.strataframe.net/FindPost3924.aspx</link><description>I have two business objects in a parent/child relationship on a StrataFrame maintenance form.&amp;nbsp; Can I get them to save within a transaction when the user clicks the Save button on the toolstrip?&amp;nbsp; Thanks for your help.&lt;/P&gt;&lt;P&gt;Fran Parker&lt;/P&gt;&lt;P&gt;MaxQ Technologies, Inc.</description><pubDate>Thu, 08 Feb 2007 09:05:52 GMT</pubDate><dc:creator>fparker</dc:creator></item><item><title>RE: Is it possible to use a transaction on a maintenance form?</title><link>http://forum.strataframe.net/FindPost6632.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;What if I need to have a small process execute after save my screen records? I want it to be executed only if PrimaryBusinessObject save successfully. However, it this small process fail somewhere, I want to rollback EVERYTHING.&lt;/P&gt;&lt;P&gt;How to do this? Which sample can I refer to?&lt;/P&gt;&lt;P&gt;Thank you</description><pubDate>Thu, 08 Feb 2007 00:28:43 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Is it possible to use a transaction on a maintenance form?</title><link>http://forum.strataframe.net/FindPost3926.aspx</link><description>If you are referring to the MaintenanceFormToolstrip then no.&amp;nbsp; There is not an option for the MaintenanceFormToolstrip that indicates that the BO(s) should save on a transaction.&amp;nbsp; You will have to either do this in code or within your own toolstrip.&amp;nbsp; &lt;/P&gt;&lt;P&gt;In most cases, when transactions are used it is in an environment where you are already in code adding a lot of records and will be&amp;nbsp;calling&amp;nbsp;the Save() method directly, in which case you can go ahead and save on a transaction.&amp;nbsp; When in a MaintenanceFormToolstrip situation, in most cases, there are generally few records and not in a high volume or transaction oriented environment....that is why this has never been added.&amp;nbsp;</description><pubDate>Fri, 27 Oct 2006 14:41:02 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>