﻿<?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?)  » Disable unsaved data message?</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 07 Apr 2026 16:26:05 GMT</lastBuildDate><ttl>20</ttl><item><title>Disable unsaved data message?</title><link>http://forum.strataframe.net/FindPost6491.aspx</link><description>This should be a quick one. When I load data into a business object, I run further calculations on a couple of fields before presenting the data. Doing this makes the data dirty and I get a prompt to save when I leave the form. Since I am only presenting this data, where's that little setting that turns off the prompt?&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Thu, 01 Feb 2007 14:58:51 GMT</pubDate><dc:creator>Wil Cantrell</dc:creator></item><item><title>RE: Disable unsaved data message?</title><link>http://forum.strataframe.net/FindPost6503.aspx</link><description>I like the second option too. Thanks again.</description><pubDate>Thu, 01 Feb 2007 14:58:51 GMT</pubDate><dc:creator>Wil Cantrell</dc:creator></item><item><title>RE: Disable unsaved data message?</title><link>http://forum.strataframe.net/FindPost6497.aspx</link><description>It is on the form.&amp;nbsp; Set the AutoSHowSaveChangesMessage to False.&amp;nbsp; Another option is to accept the changes on the current data table so the BO doesn't think it is dirty.&lt;/P&gt;&lt;P&gt;[codesnippet]MyBO.CurrentDataTable.AcceptChanges();[/codesnippet]</description><pubDate>Thu, 01 Feb 2007 13:08:23 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>