Why Coldconfirm Property Is Not Used in Frmaddremove FormID: Q135672 The information in this article applies to:
SUMMARYIn the Add and Remove example from the Controls application, the form frmaddremove defines a new property called coldconfirm. This property is not used.
MORE INFORMATIONThe coldconfirm property description states that this new property is used to save the previous SET CONFIRM setting before the form is called. In the Add and Remove example from the Controls application this property is not used because the form is using a private data session. The Load event procedure states this fact. The following comment is taken from the Load event procedure of the frmaddremove form: * Because the CONFIRM setting is scoped to the data session, which * is scoped to the form, there is no need to store the existing * setting and restore it when the form is closed. Additional reference words: 3.00 VFoxWin KBCategory: kbprg KBSubcategory: FxprgGeneral |
Last Reviewed: August 25, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |