Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lockscreen & scroll bars
Message
De
20/11/2001 15:25:06
Jim Foderaro
Insurance Rating Systems, Inc.
Universal City, Texas, États-Unis
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00584023
Message ID:
00584171
Vues:
36
Everyting works if I leave the lockscreen out. I've been playing around with it and have got it to work when using the form object from the _base classes. In this particular app, I've subclassed the _base class form object. I'll have to figure out what I might have broken when I did that.


Jim

>If you leave out the lockscreen when you refresh your form does everything work? Have you tried toggling the scrollabars property?
>
>Perhaps try something like this:
>
>--- code ---
>
>thisform.lockscreen = .T.
>
>** Update your code here
>
>thisform.refresh
>
>thisform.lockcreen = .F.
>
>thisform.scrollbars = 2
>thisform.refresh
>
>--- end code ---
>
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform