Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pageframes
Message
 
 
À
02/03/2009 16:22:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01385100
Message ID:
01385114
Vues:
50
>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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform