PRB: Pageframe Does Not Display All the Pages (142282)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
This article was previously published under Q142282 SYMPTOMS
Using RemoveObject and then AddObject to control pages in a PageFrame may
result in a visual loss of pages.
WORKAROUND
Use either of the following two workarounds to prevent a visual loss of
pages:
- Remove all pages before adding any new pages to the pageframe.
-or-
- Remove pages in the reverse order in which they were added. Then add the
new pages. For example, the following code adds three pages to a
PageFrame:
_SCREEN.FORMS(1).PAGEFRAME1.AddObject("Page1","Page")
_SCREEN.FORMS(1).PAGEFRAME1.AddObject("Page2","Page")
_SCREEN.FORMS(1).PAGEFRAME1.AddObject("Page3","Page")
When you use RemoveObject, Page3 should be removed before Page2 and
Page2 should be removed before Page1. After removing pages in the
correct order, new pages can be added and displayed properly.
STATUS
Microsoft is researching this behavior and will post new information here
in the Microsoft Knowledge Base as it becomes available.
Modification Type: | Major | Last Reviewed: | 9/30/2003 |
---|
Keywords: | KB142282 |
---|
|