﻿<?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?)  » How to turn off the auto delete confirmation message</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 26 May 2026 02:31:38 GMT</lastBuildDate><ttl>20</ttl><item><title>How to turn off the auto delete confirmation message</title><link>http://forum.strataframe.net/FindPost11030.aspx</link><description>I'm deleting a record form a BO via the BO directly.  I'd like to turn off the auto delete confirmation message so I can provide my own, more specific message. (I suppose if I could override that text of the message that would work too).&lt;br&gt;
&lt;br&gt;
I know there is a AutoShowDeleteConfirmation property on a SF form, but I'm not certain that is a good idea. First, there are a bunch of BOs on the form and I only want to control the delete message for one of them. Second, the BOs are all controlled individually, rather than via the form's delete method.  I'm also just confused about how the delete confirmation is getting called, because I'm not dealing with the form. Does the form handle an event for any BO on it to raise this message?&lt;br&gt;
&lt;br&gt;
Thanks!</description><pubDate>Mon, 27 Aug 2007 08:40:17 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: How to turn off the auto delete confirmation message</title><link>http://forum.strataframe.net/FindPost11085.aspx</link><description>A nice way to do it for just that one business object :)&amp;nbsp; Good thinking.</description><pubDate>Mon, 27 Aug 2007 08:40:17 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: How to turn off the auto delete confirmation message</title><link>http://forum.strataframe.net/FindPost11068.aspx</link><description>Thanks Ben, that explained it enough for me to get it working.&lt;br&gt;
&lt;br&gt;
I used the BO's ParentForm to access the AutoShowDeleteConfirmation property.  I just save away the current setting for this property, then turn it off, show my message, do the delete and then reset the property after I'm done.</description><pubDate>Fri, 24 Aug 2007 13:17:39 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: How to turn off the auto delete confirmation message</title><link>http://forum.strataframe.net/FindPost11045.aspx</link><description>Yes, the form handles the BeforeDelete event to show the message and cancels it if the user chooses not delete the record.&amp;nbsp; Unfortunately, the AutoShowDeleteConfirmation turns it on/off for all of the business objects on the form.&amp;nbsp; We decided that this was OK, however, because for each type of business object on the form (if you have several), you probably want to show a different message for each one.&amp;nbsp;</description><pubDate>Fri, 24 Aug 2007 09:16:15 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>