<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>11 Nov 2019 18:57:14 Z</lastBuildDate><pubDate>2 Nov 2019 20:53:24 Z</pubDate><description>Hello,&#13;
&#13;
I have the following code that produces a batch of PDFs from a report. When printing the PDFs is it possible to suppress the printing message?&#13;
&#13;
The code below is run when cycling through another queries results.&#13;
&#13;
[code:wl]&#13;
	// Create the directory if it does not already exists&#13;
	IF fMakeDir(sOutputPath) = True THEN&#13;
		sPdfFilename = sOutputPath + NumToString(QRY_DistinctNoteKeyNumb.KeyNumb)&#13;
		iDestination(iGenericPDF, sPdfFilename)&#13;
		iInitReportQuery(RPT_Notes, QRY_SelectedNoteObjects.Code, QRY_DistinctNoteKeyNumb.KeyNumb)&#13;
		iPrintReport(RPT_Notes)&#13;
	END IF&#13;
[/code]&#13;
&#13;
--&#13;
Regards&#13;
&#13;
Andy</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67372-suppress-report-printing-message/read.awp</link><title>Suppress report printing message</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Andy Marshman</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67372-suppress-report-printing-message-67392/read.awp</comments><pubDate>11 Nov 2019 18:57:14 Z</pubDate><description>Hi Lee,&#13;
&#13;
That's just what I needed. Thank you.&#13;
&#13;
--&#13;
Regards&#13;
&#13;
Andy</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67372-suppress-report-printing-message-67392/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67372-suppress-report-printing-message-67392/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67372-suppress-report-printing-message/read.awp">Suppress report printing message</source><title>Re: Suppress report printing message</title></item><item><author>lee</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67372-suppress-report-printing-message-67387/read.awp</comments><pubDate>9 Nov 2019 13:32:14 Z</pubDate><description>Hi Andy,&#13;
&#13;
	If you mean the cancel window that pops up when printing a report then this can be disabled using the iWindowCancel…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67372-suppress-report-printing-message-67387/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67372-suppress-report-printing-message-67387/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/67372-suppress-report-printing-message/read.awp">Suppress report printing message</source><title>Re: Suppress report printing message</title></item></channel></rss>
