Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Refresh() Method
Message
 
À
03/04/1999 15:45:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00204972
Message ID:
00204998
Vues:
17
Neil:

Do you have any PageFrames on your form? If so, you will need to refresh each page.

FOR i = 1 TO ThisForm.Pageframe1.PageCount
Thisform.Pageframe1.pages[i].Refresh()
ENDFOR

Otherwise, I'm not sure what could be the reason. Also, you could try refreshing each control manually.

--Paul

>I've done that but the form still doesn't get refreshed. Any other ideas. Thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform