Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Avoid printing message
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00645683
Message ID:
00645710
Vues:
10
This message has been marked as the solution to the initial question of the thread.
>Hello!
>How can I avoid or personalize the "printing myreport.frx" that appears after a printing command?
>Thank's
>Pedro

Pedro, you cannot change or close this window, but you can move it out of sight and 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
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