Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Co-ordinate cwith combobox
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00405217
Message ID:
00407678
Views:
19
>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)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform