Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Suppress printing... dialog
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00431158
Message ID:
00431559
Views:
10
>Fred,
>
>This is indeed a cool idea, but it still doesn't prevent the dialog - it just stops Windows from drawing it I guess. I'll keep this in my little personal "toolbox" for other ideas... thanks!
>
>>DECLARE INTEGER GetDesktopWindow IN WIN32API
>>DECLARE INTEGER LockWindowUpdate IN WIN32API INTEGER lnHandle
>>hWin = GetDeskTopWindow()
>>LockWindowUpdate(hWin)
>>COMPILE 123.prg
>>LockWindowUpdate(0)

Yeah, it solved my immediate need to get rid of seeing the "Compiling" message. It won't do any good for doing a report in a DLL though, as it merely prevents Windows from showing it to you, it's still there.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform