FIX: Changing Subclassed Form's Desktop Property Has No EffectLast reviewed: February 20, 1997Article ID: Q141315 |
The information in this article applies to:
SYMPTOMSA problem occurs when a class based on form is used as a template to design a new form. Although within the class the Desktop property of the form is set to 'False - .F.' (default), during design time, the new form based on this class is assigned a Desktop Property of 'True - .T.' so the form doesn't run as a Desktop form.
WORKAROUNDSet the form's template class to the value that will be used in the finished form. It is not necessary for this to be done at the bottom level of the class hierarchy (that is, the ParentClass Property of the template class is 'Form'), but simply within the template class itself.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem has been fixed in Visual FoxPro 5.0 for Windows.
MORE INFORMATIONChanging the Desktop Property of a form to a setting different from the ParentClass will take effect in one of the following scenarios:
Steps to Reproduce Behavior
|
KBCategory: kbprg kbbuglist kbfixlist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |