Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh order for shapes
Message
De
16/08/2005 06:41:01
Walter Meester
HoogkarspelPays-Bas
 
 
À
15/08/2005 19:06:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01041107
Message ID:
01041263
Vues:
22
Most of the time I use
lLockScreen = THISFORM.LockScreen
THISFORM.LockScreen = .T.

THIS.Refresh

THISFORM.LockScreen = lLockScreen
Walter,




>>** page.click
>>this.refresh
>>
>>I also tried deleteing the above code and replacing it with
>>
>>** page.activate
>>this.refresh
>>
>this is ok
>>
>Well:
>
>* Page refresh Method
>NODEFAULT
>Thisform.Lockscreen = .T.
>Page::Refresh
>Thisform.Lockscreen = .F.
>
>You can leave the Form.Refresh code.
>
>The nature of LockScreen is of a semaphore,
>but unfortunately VFPT implement it as a simple flag.
>
>If you want, you can use this:
>
>* Page refresh Method
>NODEFAULT
>IF m.Thisform.Lockscreen
> Page::Refresh
>ELSE
> Thisform.Lockscreen = .T.
> Page::Refresh
> Thisform.Lockscreen = .F.
>ENDIF
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform