Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Label not painting/refreshing when form displays.
Message
De
15/08/2005 17:46:45
 
 
À
15/08/2005 17:35:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01041143
Message ID:
01041157
Vues:
22
>Thanks for the quick response.
>
>THISFORM.Draw() does not solve the issue. By itself or with a DOEVENTS after it, still no label on my form being displayed. Recompile the exact same code base in VFP 8.0, run it, and the label displays just fine.
>
>JoeK

Not a good solution, but, try:
* _VFP.AutoYield = .F. && if it is set to .T.
label.Caption = label.Caption
label.refresh
thisform.draw
DOEVENTS FORCE
* _VFP.AutoYield = .T.
Can you post a piece of the code ? If it exists
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform