FIX: Resize Event Automatically Called in SubClassed PageFrameLast reviewed: October 29, 1997Article ID: Q157359 |
The information in this article applies to:
SYMPTOMSThe Resize event of a subclassed PageFrame is called automatically when the object is being instantiated.
WORKAROUNDOne way to prevent the Resize method code from being executed where the object is being instantiated is by setting a public variable, or user- defined property, in the PageFrame Init event and checking the variable in the Resize event.
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.0a.
MORE INFORMATIONThe Resize event of a PageFrame is called only if the Resize event is explicitly called from within the code. If not, the Resize event is not called automatically. The above symptom occurs in only a subclassed PageFrame.
Steps to Reproduce Behavior
Keywords : buglist5.00 FxprgClassoop FxtoolFormdes vfoxwin vfpfix5.0a kbprg kbbuglist kbfixlist Version : 5.0 Platform : WINDOWS Issue type : kbbug Solution Type : kbfix |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |