﻿<?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 » Business Objects and Data Access (How do I?)  » Allow Deleted Rows in Custom Field Properties dialog</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 01:25:56 GMT</lastBuildDate><ttl>20</ttl><item><title>Allow Deleted Rows in Custom Field Properties dialog</title><link>http://forum.strataframe.net/FindPost431.aspx</link><description>Can you explain what the Allow Deleted Rows property does? The help topics I have still reference the older Custom Field Properties dialog.&lt;/P&gt;&lt;P&gt;Thanks!</description><pubDate>Mon, 16 Jan 2006 09:21:22 GMT</pubDate><dc:creator>Clayton Hoyt</dc:creator></item><item><title>RE: Allow Deleted Rows in Custom Field Properties dialog</title><link>http://forum.strataframe.net/FindPost432.aspx</link><description>The ShowDeletedRows property changes the RowStateFilter on the DefaultView of the internal DataTable to include rows with the row state of DataRowState.Deleted.  So, if you set the ShowDeletedRows property to True, then rows that have been deleted act like normal rows within the business object.&lt;br&gt;
&lt;br&gt;
The Allow Deleted Rows checkbox in the business object mapper is used if you're ever going to set the ShowDeletedRows property to True... When you access a field in a deleted data row, you have to pull the original value.  So, when you set the Allow Deleted Rows property to true, the field is created with a test on the row state.  If the row state is Deleted, then the Original value is returned, else the current value is returned.</description><pubDate>Mon, 16 Jan 2006 09:21:22 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>