Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Turn off PRINTING dialog box notice???
Message
 
À
23/05/2002 14:44:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00660675
Message ID:
00660681
Vues:
11
>How can I disable that little dialog box that pops up when you send a report to the printer that says "Pinting" and then it counts off the pages as they are sent?

Matt, you cannot disable, change or close this window, but you can move it out of sight, (and optionally replace with your own message by calling the following function from the report page title or header:
IF WEXIST("Printing...")
	MOVE WINDOW "Printing..." TO -1000, 0 && get it out of sight
ENDIF
* Optional
WAIT WINDOW "Please wait. Printing my own report..." NOWAIT && show your own message
RETURN ""
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform