BaaNRules
5th January 2011, 15:14
Hi All,
I am editing a standard purchase order report.
according to my requirement: if under purchase order POR000001 there are 8 purchase order lines available, then i want to print 2 purchase order lines (let us consider)in every page under the purchase order POR000001. so 8 purchase order lines will be printed in 4 pages under purchase order POR000001.i did this by using to.page()/skip.to().
but now i want to print after.field layout section in every page. i mean for purchase order POR000001 , there are 4 pages with every page having 2 detail .so i want to print after.field layout for purchase order POR000001 individually in those 4 pages .
---------------
page-1
POR000001
line-1 ---------> (detail section)
line-2
after.field (for line-1 and line-2)
---------------
page-2
POR000001
line-3 ---------> (detail section)
line-4
after.field (for line-3 and line-4)
---------------
page-3
POR000001
line-5 ---------> (detail section)
line-6
after.field (for line-5 and line-6)
---------------
page-4
POR000001
line-7 ---------> (detail section)
line-8
after.field (for line-7 and line-8)
---------------
page-5
POR000002
line-1 ---------> (detail section)
line-2
after.field (for line-1 and line-2)
---------
.
.
.
.
.
anybody if u have solution, please help me.waiting for your response.
with
thanks & regards
BaaNRules
I am editing a standard purchase order report.
according to my requirement: if under purchase order POR000001 there are 8 purchase order lines available, then i want to print 2 purchase order lines (let us consider)in every page under the purchase order POR000001. so 8 purchase order lines will be printed in 4 pages under purchase order POR000001.i did this by using to.page()/skip.to().
but now i want to print after.field layout section in every page. i mean for purchase order POR000001 , there are 4 pages with every page having 2 detail .so i want to print after.field layout for purchase order POR000001 individually in those 4 pages .
---------------
page-1
POR000001
line-1 ---------> (detail section)
line-2
after.field (for line-1 and line-2)
---------------
page-2
POR000001
line-3 ---------> (detail section)
line-4
after.field (for line-3 and line-4)
---------------
page-3
POR000001
line-5 ---------> (detail section)
line-6
after.field (for line-5 and line-6)
---------------
page-4
POR000001
line-7 ---------> (detail section)
line-8
after.field (for line-7 and line-8)
---------------
page-5
POR000002
line-1 ---------> (detail section)
line-2
after.field (for line-1 and line-2)
---------
.
.
.
.
.
anybody if u have solution, please help me.waiting for your response.
with
thanks & regards
BaaNRules