Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pageframe objects not refreshing
Message
From
11/10/1999 20:07:38
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00275194
Message ID:
00275220
Views:
28
>Thanks for the reply. Yes, I realize that I need something in the combobox.interactivechange, I'm just not sure what goes there. The combobox is on the same form of the pageframe, but not on the pageframe. I would like to be able to make a selection from the combobox and have it update the pageframe (below it) with the current corresponding data for each object on the page. Also, I would like for this to be the default behavior for whichever page of the pageframe is already active at the time.
>
>Basically, I'm asking what goes in the interactivechange of the combobox, and why?
>
>Thank you again.

You've made a change that needs to be reflected in the other controls on the page. To make the other controls refresh, you need to issue a refresh for the page. Like Jim Booth told you, you can do just a thisform.Refresh() and it will refresh all the controls for the currently active page, and a this.Refresh() in the Page.Activate method will handle all the pages as needed. Is this enough to get you started?
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform