Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Everything not refreshing
Message
From
31/10/1997 13:00:05
Edward Crawford
City Facilities Management
Glasgow, United Kingdom
 
 
To
31/10/1997 12:30:22
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00057620
Message ID:
00057628
Views:
37
>>I have a form with a pageframe that has 3 tabs. All of the fields have the controlsource set. I also have a class that I use to select accounts. It is a memberof the form so as I change pages of the pageframe, the account class is always available so they can change accounts. The problem is, when I am on one page of the pageframe and I change the account, everything on the active page changes, but when you move to the other pages, the information is still on the previous account even though the new account is highlighted in the account selection class. If you again click on the selected item that page will refresh. In the account selection class I call thisform.Refresh() in the Click() event of the list. Why is it not refreshing all of the pages in the pageframe?
>>
>>-Ed
>
>As I remember, it's default VFP behaviour to refresh just active page, just to make it faster. You can easily avoid it firing refresh for all pages. Personally , I prefer to put 'refreshing' code in each Page.Activate events.

Thanks Ed
Previous
Reply
Map
View

Click here to load this message in the networking platform