Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh order for shapes
Message
De
15/08/2005 19:19:13
 
 
À
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:
01041183
Vues:
25
Thanks Fabio, putting the code in the page.refresh did the trick.

>>** 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
Répondre
Fil
Voir

Click here to load this message in the networking platform