﻿<?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?)  » DeleteRowInaccesibleError</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 10 Sep 2026 00:27:04 GMT</lastBuildDate><ttl>20</ttl><item><title>DeleteRowInaccesibleError</title><link>http://forum.strataframe.net/FindPost30302.aspx</link><description>I have a BO with a User Defined Field. All works ok if I have ShowDeletedRows to false. (I am also not updating Deletedrows immediately)&lt;br/&gt;&lt;br/&gt;If I set ShowDeletedRows to true, I get a DeletdRowInaccessibleException when I try to delete a row, and it is happening on the Get of the usder defined field. I&amp;nbsp; probably need to set the AllowDeletedRows to be swirched on for the field, and if this is the cause, how do I switch this on for a user defined field</description><pubDate>Fri, 09 Sep 2011 04:32:23 GMT</pubDate><dc:creator>Ger Cannoll</dc:creator></item><item><title>RE: DeleteRowInaccesibleError</title><link>http://forum.strataframe.net/FindPost30339.aspx</link><description>Hi Ivan. &lt;br/&gt;&lt;br/&gt;Will do over the next few days</description><pubDate>Fri, 09 Sep 2011 04:32:23 GMT</pubDate><dc:creator>Ger Cannoll</dc:creator></item><item><title>RE: DeleteRowInaccesibleError</title><link>http://forum.strataframe.net/FindPost30338.aspx</link><description>Hard for me to say what it could be, then.&lt;br/&gt;&lt;br/&gt;Do you think you could reproduce it on a small sample using the StrataFrameSample database and post it over here?</description><pubDate>Thu, 08 Sep 2011 14:19:40 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: DeleteRowInaccesibleError</title><link>http://forum.strataframe.net/FindPost30336.aspx</link><description>Hi Ivan. As&amp;nbsp; far as I can see, I have the |proerty descitors set up. See my Custome Property definition:&lt;br/&gt;&lt;br/&gt;The Custome Field comes from a join into another table;&lt;br/&gt;&lt;br/&gt;&lt;font color=#0000ff size=2 face=Consolas&gt;&lt;font color=#0000ff size=2 face=Consolas&gt;&lt;font color=#0000ff size=2 face=Consolas&gt;[quote]#region "Custom Field Properties"&lt;br/&gt;// --- KMA_STKDESC -------- (Needed to show the description form Kma)&lt;br/&gt;[&lt;br/&gt;Browsable(false),&lt;br/&gt;BusinessFieldDisplayInEditor(),&lt;br/&gt;Description("KMA_STKDESC"),&lt;br/&gt;DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)&lt;br/&gt;]&lt;br/&gt;public System.String KMA_STKDESC&lt;br/&gt;{&lt;br/&gt;get { return Convert.ToString(this.CurrentRow["KMA_STKDESC"]); }&lt;br/&gt;set {this.CurrentRow["KMA_STKDESC"] = value; }&lt;br/&gt;}&lt;br/&gt;protected override FieldPropertyDescriptor[] GetCustomBindablePropertyDescriptors()&lt;br/&gt;{&lt;br/&gt;// Create and return a new array of FieldPropertyDescriptor objects that contains &lt;br/&gt;// the ReflectionPropertyDescriptor for the Custom Fields.&lt;br/&gt;return new FieldPropertyDescriptor[] { new ReflectionPropertyDescriptor("KMA_STKDESC",typeof(ScpBO)) };&lt;br/&gt;}&lt;br/&gt;#endregion[/quote]&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;br/&gt;&lt;br/&gt;&lt;font color=#0000ff size=2 face=Consolas&gt;&lt;font color=#0000ff size=2 face=Consolas&gt;&lt;font color=#0000ff size=2 face=Consolas&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;</description><pubDate>Thu, 08 Sep 2011 14:08:41 GMT</pubDate><dc:creator>Ger Cannoll</dc:creator></item><item><title>RE: DeleteRowInaccesibleError</title><link>http://forum.strataframe.net/FindPost30323.aspx</link><description>Hi Gerard.&lt;br/&gt;&lt;br/&gt;I really don't know what could be, but it looks like you are having issues with a custom property, right?&lt;br/&gt;&lt;br/&gt;Have you defined its Descriptors?&lt;br/&gt;&lt;br/&gt;[codesnippet]&amp;nbsp;&amp;nbsp;&amp;nbsp; Protected Overrides Function GetCustomBindablePropertyDescriptors() As MicroFour.StrataFrame.Business.FieldPropertyDescriptor()&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Return the array of property descriptors&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return New MicroFour.StrataFrame.Business.FieldPropertyDescriptor() { _&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New ReflectionPropertyDescriptor("custom_1", GetType(MyBO)), _&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; New ReflectionPropertyDescriptor("custom_2", GetType(MyBO))}&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Function[/codesnippet]</description><pubDate>Wed, 07 Sep 2011 10:27:40 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: DeleteRowInaccesibleError</title><link>http://forum.strataframe.net/FindPost30317.aspx</link><description>Anybody ?</description><pubDate>Wed, 07 Sep 2011 06:49:04 GMT</pubDate><dc:creator>Ger Cannoll</dc:creator></item></channel></rss>