Page 1 of 1

how to print one object/per page from objects

PostPosted: Thu Mar 13, 2014 5:40 am
by sunxy
In my reports,I writed like this:
<for each="obj in objects">
<obj.name>
</for>
the results was all in one page.But I want to print one object's name/per page.how can I do ?

Re: how to print one object/per page from objects

PostPosted: Thu Jun 26, 2014 9:54 am
by gc@fks.be
put a hard page break in the end of your for each loop in the template

Re: how to print one object/per page from objects

PostPosted: Wed Dec 24, 2014 6:27 pm
by ullas
Its very simple....
1. remove - for each loop in template
2. go to settings-aeroo report setting- to ur particular report setting
3. just check the box "process seperately"
thats all...
aeroo reporting method is very much flexible.....