Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to refresh Current Page
Message
 
À
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:
00752565
Vues:
11
Hi Dragan,

Just tried your suggestion with a .activate at the end and that seemed to do the trick.

Tthanks again for your help.

Regards,

Gerard


>>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).
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform