<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Jun 2016 17:43:06 Z</lastBuildDate><pubDate>2 Jun 2016 10:23:47 Z</pubDate><description>For a certain report I always need to print 2 copies. I don't want to go through iParameterDuplicate(iDplPrintout) and iPrintDuplicate.&#13;
&#13;
I tried to change the 'Number of copies' in the print preview but that didn't work. Whatever I tried was replaced by 1 at the end.&#13;
&#13;
Are there any other ways?&#13;
&#13;
TIA&#13;
Sebastian&#13;
&#13;
--&#13;
http://arnoldconsult.de &#13;
WinDev 20 with Oracle, WinDevMobile Android Apps and Motorola Windows CE Mobile Barcode Scanners, Python 3 with Oracle and MySQL</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57942-wd20-change-number-printout-copies/read.awp</link><title>[WD20] Change number of printout copies</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Sebastian Arnold</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57942-wd20-change-number-printout-copies-58046/read.awp</comments><pubDate>9 Jun 2016 17:43:06 Z</pubDate><description>Can answer by myself:&#13;
&#13;
just before iPrintReport( RTP_Whatever) insert this:&#13;
&#13;
[code:wl]&#13;
iParameter(iCopies, 2)&#13;
iPrintReport…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57942-wd20-change-number-printout-copies-58046/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57942-wd20-change-number-printout-copies-58046/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57942-wd20-change-number-printout-copies/read.awp">[WD20] Change number of printout copies</source><title>Re: [WD20] Change number of printout copies</title></item></channel></rss>
