﻿<?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?)  » Data is not saving on MaintenanceFormToolStrip save click</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Fri, 25 Sep 2026 23:06:20 GMT</lastBuildDate><ttl>20</ttl><item><title>Data is not saving on MaintenanceFormToolStrip save click</title><link>http://forum.strataframe.net/FindPost26034.aspx</link><description>hello&lt;/P&gt;&lt;P&gt;i hav read documentation n watch out many tutorial n sample&lt;/P&gt;&lt;P&gt;but till now i don,t get any idea how to save data on &lt;/P&gt;&lt;P&gt;on MaintenanceFormToolStrip save button click</description><pubDate>Mon, 15 Feb 2010 07:45:43 GMT</pubDate><dc:creator>Vikas Gupta</dc:creator></item><item><title>RE: Data is not saving on MaintenanceFormToolStrip save click</title><link>http://forum.strataframe.net/FindPost26037.aspx</link><description>Well, the Save of a MaintenanceFormToolstrip will, by default, save any dirty BO on the form.&amp;nbsp; So most likely you do not have your data sources setup correctly.&amp;nbsp; Generally you will setup your data sources in the AppMain.vb or the program.cs in the SetDataSources method.&amp;nbsp; This tells your application what connections to use for a specified data source.&amp;nbsp; By default, all BOs will have an empty data source string, so you need to create a data source that points to your deployed database with an empty string as the data source key.&lt;/P&gt;&lt;P&gt;Second, if you are able to create a new record and it isn't saving, I am willing to bet there is an error showing up.&amp;nbsp; What exception is being thrown?</description><pubDate>Mon, 15 Feb 2010 07:45:43 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>