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:
00407180
Views:
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 Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform