Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Not Painting
Message
From
21/06/1999 10:37:42
 
 
To
18/06/1999 10:51:28
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00231093
Message ID:
00232113
Views:
21
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform