Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Released Modal Forms still visible on top of main form..
Message
From
03/07/2000 10:00:56
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00387721
Message ID:
00387723
Views:
17
>Have you seen this effect? How can I prevent it?

Yep, I see it all the time. What you may want to do is run through the _screen.forms collection and refresh every one of them when the form is hidden or moved (does it also occur each time the form is moved?).
local loForm
for each loForm in _screen.Forms
	loForm.Refresh()
endforv
Previous
Reply
Map
View

Click here to load this message in the networking platform