<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>18 Jan 2016 14:39:00 Z</lastBuildDate><pubDate>14 Jan 2016 14:44:00 Z</pubDate><description>Hi,&#13;
I am trying to print an array of items in Report..So I create a report with data source as the array..For a particular customer, all the transactions will be loaded in the array, after some calculation process and it needs to be printed in the table of the report (whose source is array)and their sum also..Then the array refreshed for the next customer and this is to be printed just below the first..ie a type of nested report using array refresh..&#13;
&#13;
I tried following code&#13;
&#13;
For each xxxx where xxxxxxxxx&#13;
.................&#13;
.................&#13;
For each yyyy where yyyyyyy&#13;
addline(Arrayname,[item1,item2,item3.....])&#13;
End&#13;
&#13;
For each x of Arrayname&#13;
ipreview(i100)&#13;
iprintreport(Rpt, Arrayname)&#13;
End&#13;
&#13;
Arraydelete(Arrayname)&#13;
................&#13;
..............&#13;
End&#13;
&#13;
This gives me result like printing reports one after another...ie first customer printed first ..after closing it second one started...&#13;
&#13;
What I want is all those to be printed one below another in a single report</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively/read.awp</link><title>printing array of items Iteratively</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively-55910/read.awp</comments><pubDate>18 Jan 2016 14:39:00 Z</pubDate><description>Hi Amal,&#13;
&#13;
We do that constantly. But we make it the easy way. We use a programmed data source (i.e. we tell the report when we…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively-55910/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively-55910/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively/read.awp">printing array of items Iteratively</source><title>Re: printing array of items Iteratively</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively-55890/read.awp</comments><pubDate>17 Jan 2016 05:27:00 Z</pubDate><description>Hi Piet &amp;Alexandre,&#13;
&#13;
Thanks for your suggestions,,I have worked with break several times for other reports and it comes out we…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively-55890/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively-55890/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively/read.awp">printing array of items Iteratively</source><title>Re: printing array of items Iteratively</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively-55876/read.awp</comments><pubDate>14 Jan 2016 17:04:00 Z</pubDate><description>Hi Amal,&#13;
&#13;
If you add the ClientID in the array structure, you can have a single report.&#13;
Just set a break on ClientID and chec…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively-55876/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively-55876/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively/read.awp">printing array of items Iteratively</source><title>Re: printing array of items Iteratively</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively-55868/read.awp</comments><pubDate>14 Jan 2016 14:47:00 Z</pubDate><description>Hi Amal,&#13;
&#13;
Your data loop must be in the report in that case. This is a programmed data source. Load your array with all the de…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively-55868/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively-55868/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/55863-printing-array-items-iteratively/read.awp">printing array of items Iteratively</source><title>Re: printing array of items Iteratively</title></item></channel></rss>
