Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pageframes
Message
 
 
To
02/03/2009 16:22:18
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01385100
Message ID:
01385114
Views:
49
>I want to update data in a pageframe after I move the underlying record. In page 1 I select a record and move to that record in the table. I then use thisform.refresh which I thought would update the other pages. However, the data in the other pages does not refresh until I move to those pages.
>
>Is there a command which will update all the pages when the record pointer is moved in the first page. I thought thisform.refresh would do the trick.

For performance reasons only the current page is refreshed thisform.refresh(). Add This.Refresh() into activate of each page. This way only the pages user visits will be refreshed. The alternative would be to loop through all pages and issue Refresh() for each of them.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform