Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Refreshing Page Frames
Message
From
27/01/2003 07:04:23
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
27/01/2003 05:34:27
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00745658
Message ID:
00745677
Views:
24
>Hi
>
>i have generated Form using Wizards.It displays fields in 6 Page Frame.
>
>when i click top/previous/next etc buttons ,only current page refresh
>it values ,other pages keeps its value remain.
>
>how to solve it. And is there any setup options so that it refreshesh all
>pages.

Of course you can refresh all pages, but that is inefficient. The reason VFP doesn't refresh all pages is precisely for efficiency: it might cost a lot of time to refresh pages that are not currently visible.

The solution is to refresh each page when you activate it.

For instance, in Page1.Activate(), include the following command:
This.Refresh()
The same for all other pages.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform