Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pageframe objects not refreshing
Message
De
11/10/1999 18:44:26
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00275194
Message ID:
00275196
Vues:
22
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform