Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Not Painting
Message
De
21/06/1999 10:37:42
 
 
À
18/06/1999 10:51:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00231093
Message ID:
00232113
Vues:
22
>I didn't use a builder (it a class-based form), but even it it was set at design-time, it's unset at run-time, so why would the design-time setting matter? Is there some kind of VFP glitch that overrides the run-time setting of LockScreen or something?
>
>-- jas


Jeff,

I've had exactly this problem. It generally happened on interfaces with pageframes, and a grid in the second page, but the transparent rectangle was completely random. We found that if the interface was moved off the screen so that just the header bar was showing then moved back on the form was repainted and complete. Thinking along the same lines as yourself, we tried issuing a paint call without any success. Finally, just by luck, we discovered that if in the activate of the form the following code was executed the problem went away. I know it doesn' make sense, but it worked..

THISFORM.Lockscreen = .T.
THISFORM.Lockscreen = .F.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform