Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unusual behavior of Screens
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00048459
Message ID:
00049252
Views:
53
>>>I have a pageframe that has a button to return to a submenu which allows you to return
>>>to the main menu.
>>>
>>>after accessing the pageframe, and returning to submenu, when the button is pushed
>>>to return to main menu, the pageframe displays on the screen.
>>>
>>>how could the pageframe display after having been released, and the other submenu
>>>showing?
>>>
>>>I have tried to locate something within the pageframe which is not releasing, but have
>>>had no luck, any thoughts?
>>>
>>>Thanks and Have a great day!
>>
>>Rebecca, is the pageframe a separate form? Whether it is or not, you could make it invisible. If a form, then use hide() before release(). If a control on the same form as the submenu, use the visible property.
>>
>>HTH
>>Barbara
>
>Barbara,
>
>If I used hide will the form release totally? I was under the impression that it would remain in memory
>if I hide it.

Rebecca, sorry about the delay in answering. If you use the Thisform.Release() command after the thisform.hide(), then your form will be completely released. Hide makes the form invisible, but it can still 'follow directions' like Release()

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform