Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pageframe objects not refreshing
Message
From
11/10/1999 18:44:26
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00275194
Message ID:
00275196
Views:
23
>I have a form with a combobox at the top, and a pageframe with 3 pages underneath the combobox. I have all my controls working on the form and pageframe. However, I can't get the pageframe objects to update when I make a new selection in the combobox. The new values for the objects on the pageframe are not shown until I tab to each one of them.
>
>Is there something in the pageframe, form, or formset that I'm missing?
>
>Thanks for any help sent my way.


In your ComboBox's InteractiveChange event, you need code to refresh the page you're on. If the combobox is also on the same page, you can do:

this.Parent.Refresh()

and that should do it.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform