Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lockscreen & scroll bars
Message
 
À
20/11/2001 12:52:50
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:
00584079
Vues:
35
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform