Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoid printing message
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00645683
Message ID:
00645710
Views:
9
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
Previous
Reply
Map
View

Click here to load this message in the networking platform