Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tip of the Day --- Pageframe and Page Refreshing
Message
De
02/12/1999 15:24:03
 
 
À
02/12/1999 15:16:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00297873
Message ID:
00298127
Vues:
42
>How about this...:

That might work, personally, I'd pass a reference to the page, then compare the Name property.
lparam toPage
FOR EACH loPage IN THIS.Pages
   IF loPage.Name # toPage.Name
      loPage.Refresh()
   ENDIF
ENDFOR
Of course validate the toPage first :-)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform