Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Label not painting/refreshing when form displays.
Message
From
15/08/2005 17:46:45
 
 
To
15/08/2005 17:35:42
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01041143
Message ID:
01041157
Views:
23
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform