Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pageframe refresh
Message
 
À
02/06/1998 11:25:38
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00102937
Message ID:
00104033
Vues:
32
Actually, you can solve this problem for all of your pages in your base pageframe class. 1st, create a line object named linPageRefresher with code in the following methods as follows:

Init:
This.BorderColor = This.Parent.BackColor

UIEnable
LPARAMETERS lEnable
IF lEnable
This.Parent.Refresh()
ENDIF

Then in the init method of your pageframe class add this code:

FOR lnI = 1 TO This.PageCount
WITH This.Pages(lnI)
.AddObject("oRefresher","linPageRefresher")
.oRefresher.Visible = .T.
ENDWITH
NEXT
Mike Feltman

F1 Technologies
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform