﻿<?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 » Enhancement Requests  » Option in Form to always stay in edit mode.</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Fri, 29 May 2026 23:03:07 GMT</lastBuildDate><ttl>20</ttl><item><title>Option in Form to always stay in edit mode.</title><link>http://forum.strataframe.net/FindPost14096.aspx</link><description>It would be nice if the&amp;nbsp;StandardForm&amp;nbsp;had some kind of a boolean property to always stay in edit mode. Now after&amp;nbsp;Save, the form always returns in ReadOnly mode until you press (or call) Edit again. Being the form in ReadOnly mode looks strange to our customers, since they have used&amp;nbsp;forms to be editable. So we always have to call Save and&amp;nbsp;Edit together. This sometimes messes with the focus of controls and we have to write the same code all over again in all our forms. &lt;/P&gt;&lt;P&gt;It would be nice if this was an option.&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Mon, 05 May 2008 18:31:51 GMT</pubDate><dc:creator>George Nentidis</dc:creator></item><item><title>RE: Option in Form to always stay in edit mode.</title><link>http://forum.strataframe.net/FindPost16163.aspx</link><description>It doesn't.&amp;nbsp; It just doesn't update the readonly or enabled state of the controls when the editing state changes.&amp;nbsp; &lt;/P&gt;&lt;P&gt;If you want to know when a user enters a value, you&amp;nbsp;can still handle the EditingStateChanged event...but better yet, use the IsDirtyChanged event.</description><pubDate>Mon, 05 May 2008 18:31:51 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Option in Form to always stay in edit mode.</title><link>http://forum.strataframe.net/FindPost16160.aspx</link><description>How does changing the ManageUIReadOnlyState effect the EditingState Property? From my initial testing it seems like the EditingState doesnt change after ManageUIReadOnlyState is set to False.</description><pubDate>Mon, 05 May 2008 17:15:06 GMT</pubDate><dc:creator>StarkMike</dc:creator></item><item><title>RE: Option in Form to always stay in edit mode.</title><link>http://forum.strataframe.net/FindPost14205.aspx</link><description>Glad to hear it :)</description><pubDate>Fri, 08 Feb 2008 11:06:09 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Option in Form to always stay in edit mode.</title><link>http://forum.strataframe.net/FindPost14204.aspx</link><description>Ok, this worked really nice&lt;/P&gt;&lt;P&gt;Thank you.</description><pubDate>Fri, 08 Feb 2008 11:03:52 GMT</pubDate><dc:creator>George Nentidis</dc:creator></item><item><title>RE: Option in Form to always stay in edit mode.</title><link>http://forum.strataframe.net/FindPost14100.aspx</link><description>You can also set the BO property ManageReadonlyState to false versus each of the bound controls, but if you only want to keep one or two controls in edit mode, then you could use the IgnoreManageReadonlyState property of the control.&lt;/P&gt;&lt;P&gt;In our medical software the fields are always enabled and we use the IsDIrtyChanged event of the BO to enadle or show the Save/Undo buttons.</description><pubDate>Wed, 06 Feb 2008 12:57:04 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Option in Form to always stay in edit mode.</title><link>http://forum.strataframe.net/FindPost14097.aspx</link><description>You could probably do this now. The editing state is really just a UI thing.  If you set all the bound controls to IgnoreManageReadonlyState = True and used your own toolstrip with save/undo/delete that called the methods on the BO (not the form) I'm guessing you'd be pretty close.  You'd probably want to handle the IsDirtyChanged event (which I think is newish..couldn't find it in the SF source I have) to update your toolstrip buttons. At least this is what I'd try.&lt;br&gt;
&lt;br&gt;
Of course, this doesn't negate the enhancement request, just some thoughts if you need this NOW. :D</description><pubDate>Wed, 06 Feb 2008 12:31:00 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item></channel></rss>