The information in this article applies to:
SYMPTOMSChanging the AutoCenter property of a form based on a parent class, will not override the AutoCenter setting of the form's parent class. RESOLUTION
Use the ResetToDefault method to set the Top and Left property in the Init
method of the subclassed form, when the AutoCenter property of the Parent
class is set to .F..
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATIONSteps to Reproduce Behavior
If you issue the preceding command in Visual FoxPro 5.x, you will get an error because the command is not yet implemented. To do the same in Visual FoxPro 5.x, you must set the parent class form as a form template Class. To do this, from the Tools menu, choose Options and then click the Forms tab. Additional query words: kbVFp600bug kbVFp500abug kbOOP kbvfp500bug
Keywords : |
Last Reviewed: August 12, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |