When the main form of My application is displayed on the Windows desktop,
the user will size it in order to see the desktop. Then he activates another
window, for example Outlook. Now two windows are on the desktop. He drags
the Outlook window across My window, and this "erases" part of My window, as
if an eraser had been dragged across it. On my development machine, My
window refreshes itself pretty fast, so it is "unerased". But on one of my
users' machine, the erased part tends to stay erased. Is her machine slow?
Is there a fix?

RE: Window on top erasing part of window on bottom by Leemi

Leemi
Tue Apr 04 10:09:15 CDT 2006

Hi Peter:

I have seen this behavior before when the code contains a LockScreen
command. Check all your code (programs, classes, forms, etc) for a
LockScreen command and comment it out.

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003


>When the main form of My application is displayed on the Windows desktop,
>the user will size it in order to see the desktop. Then he activates
another
>window, for example Outlook. Now two windows are on the desktop. He drags
>the Outlook window across My window, and this "erases" part of My window,
as
>if an eraser had been dragged across it. On my development machine, My
>window refreshes itself pretty fast, so it is "unerased". But on one of my
>users' machine, the erased part tends to stay erased. Is her machine slow?
>Is there a fix?