BUG: Disabled Pages in Container Class Appear Enabled (156922)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
This article was previously published under Q156922 SYMPTOMS
When disabling a page in a PageFrame object within a container class, the
disabled page from the PageFrame appears enabled when subclassing the
container class.
WORKAROUND
For 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.
STATUS
Microsoft has confirmed this to be a problem in the Microsoft products
listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 10/16/2002 |
---|
Keywords: | kbBug kbProgramming kbui KB156922 |
---|
|