Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to remove the print status...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00625149
Message ID:
00625159
Vues:
10
This message has been marked as the solution to the initial question of the thread.
>I print my report forms to PDF files. I do not what to see the print page status of VFP.
>Is there a way to stop this display?

Tip from Cathy Pountney:

In the page footer (or title, if you have it) put call to the function HidePrinting().

Here is its code:
********************************************************************
*  Description.......: Hides Printing window
*  Calling Samples...:
*  Parameter List....:
*  Created by........: Cathy Pountney  #028660
*  Modified by.......: 
********************************************************************
if wexist('Printing...')
	move window 'Printing...' to -1000, -1000
endif
wait window nowait "Processing report... Please, wait..."
return ''
BTW, check out thread adding progress bar to report (recent). Currently I've added animation form just before calling report...
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform