Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Portion of form not visible once Word opens and closes
Message
From
06/05/2005 19:19:31
 
 
To
06/05/2005 19:10:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01009865
Message ID:
01011850
Views:
20
Hi,

maybe the WinApi comes to the rescue, try the following:

DECLARE INTEGER InvalidateRect IN user32.dll INTEGER hWnd, INTEGER lpRect, INTEGER bErase
InvalidateRect(THISFORM.hWnd,0,0) && invalidates the complete window
THISFORM.Refresh()

Regards
Christian
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform