Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hiding the Printing window
Message
From
02/10/2002 17:01:39
Fabian Belo
Independent Developer
Argentina
 
 
To
02/10/2002 16:41:02
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00707087
Message ID:
00707098
Views:
18
More APIs..
DECLARE INTEGER GetDesktopWindow IN WIN32API
DECLARE INTEGER LockWindowUpdate IN WIN32API INTEGER lnHandle

  
hWin = GetDeskTopWindow()

  
LockWindowUpdate(hWin)  && Blocks screen refresh
       REPORT FORM NombreReporte.frx TO PRINTER
LockWindowUpdate(0)      && Don't refresh 
"Since I've read that alcohol is bad... I quit reading."
Me


http://www.fabianbelo.com.ar
Previous
Reply
Map
View

Click here to load this message in the networking platform