Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with form.refresh() and pageframe
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01040622
Message ID:
01040623
Vues:
11
For performance reason, only currently visible page is refreshed with form refresh. You can add to the page Activate
This.Refresh()
>Here is simplified description of the problem:
>
>Form has a pageframe with 2 pages. Page 1 has controls bound to a view. Page 2 has a editbox bound to a memo field in the same view.
>Page 1 has navigational buttons. The Editbox of the page 2 never shows the data, even though the code in navigational buttons click call thisform.refresh(). The only way I see the data in the editbox if I explicitly refresh this control,e.g.:
>
>thisform.pageframe1.page2.mycontrol.refresh()
>
>
>What am I missing?
>
>Thank you.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform