Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to refresh Current Page
Message
De
12/02/2003 16:34:52
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00752475
Message ID:
00752487
Vues:
14
>Is there a way to refresh the current page that is in view on a page frame.
>I have a control, outside the Pageframe, which controls what records are to be viewed. On the activate of the page, I set the key into the view and do a requery. This is ok as long as I click on the Page Tab, but If I happen to be on the page (could be any page on the page frame)I need to run the activate of the current page:
>
>Something like would do the trick if its possible:
>
>Thisform.PageFrame.CurrentPage.Activate
>
>Thanks for any assistance

Close...

thisform.pageframe.pages[thisform.pageframe.activepage].refresh

You may as well run any other method on a page. Also, programmatical setting of pageframe.activepage=n will activate the page and run its .activate code. This also doesn't mean an automatic refresh - you have to call it. To make things easier, thisform.refresh will refresh the active page (and call its .refresh code).

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform