AnuKass
17th July 2018, 12:10
hii...
Is there any possible to print header.2 layout after print detail.1 layout ...:confused:

AnuKass
17th July 2018, 12:23
I have another doubt .....
how to print header and detail layout as alternatively...
e.g
header.1
...
detail.1
...
header.2
...
detail.2
...

mark_h
17th July 2018, 14:55
Well - does it have to be a header layout? You can control which layout gets printed by just sending a variable in the detail record. So I do this with some of the detail layouts - not specifically with headers, but I know I did it with detailed layouts. So you use the print expression. If you put something like (kind of layout) KOLO=1 and KOLO can be 1,2,3 or 4 based off the record you are sending. I do this with some of my reporting sessions where I might print production order on 1 record, then a planned grp order on another detail record. Just never really tried it with headers.

Sahil Sharma
6th August 2018, 13:03
Change the header layout to before.field layout on the basis if that field which is changing in every detail.