Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hiding the Printing window
Message
De
02/10/2002 17:01:39
Fabian Belo
Independent Developer
Argentine
 
 
À
02/10/2002 16:41:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00707087
Message ID:
00707098
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform