In order to supress the "Printing..." dialog that appears while printing a report, create a PROCEDURE in your main program (Call the procedure SUPRESS). In the page header gray band of your report (double click on it) and put SUPRESS().
Code:
PROCEDURE SUPRESS
IF WEXIST("Printing...")
MOVE WINDOW "Printing..." TO -1000,-1000
ENDIF
ENDPROC
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.