Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Co-ordinate cwith combobox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00405217
Message ID:
00407678
Vues:
20
>Roger,
>You will have to put explicit code in the Mover buttons (Next/Prev/etc.) to refresh this. Since it's a page you can call the code just for that page using the ActivePage property:
>** Mover Button Code
>if thisform.MyPageFrame.ActivePage = 2    && Page with combo and textboxes
>   thisform.MyPageFrame.Page2.MyCombo.requery()   && Update the combo
>   thisform.MyPageFrame.Page2.MyTextBox.refresh() && Update the textbox
>endif
>It will be even simpler if you put all the code into a form method and call the method from the mover buttons.
>
>HTH
>Barbara
>
>>Sorry about not being clearer :(
>>Same problem: What you recommended works with the form, but when the next button is clicked on, the form refreshes but not the ComboBox.

Barbara:

The combo is on the form itself, the textboxes are on the pageframes.
The combo now (thank you) refresh the textboxes, the mover buttons do refresh the textboxes on the pageframes but not the combobox on the form.
Thank you.
One can acquire everything in solitude but character.
Stendhal (1783-1842)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform