BUG: Disabled Pages in Container Class Appear EnabledLast reviewed: April 24, 1997Article ID: Q156922 |
The information in this article applies to:
SYMPTOMSWhen disabling a page in a PageFrame object within a container class, the disabled page from the PageFrame appears enabled when subclassing the container class.
WORKAROUNDFor the disabled page to show up as disabled at run time, put the following code in the Init event of the disabled page:
THIS.Enabled = .F. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONWhen you are creating a container class that has a PageFrame object in it and you disable a page in the PageFrame, the page that was disabled in the container class shows up as if it were enabled at design time if you try to subclass the container class. However, if you edit the container class and then click on the disabled page, it disables itself properly but it always appears at first to be enabled. At run time, the disabled page looks like it is enabled, but you cannot select the disabled page.
Steps to Reproduce Problem
|
Keywords : buglist5.00 FxprgClassoop FxtoolFormdes kbprg kbtool kbui VFoxWin vfpbug5.0a kbbuglist kbtool kbui
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |