Hi All,
I have two pages (FIRST,NEXT ) both are having similar windows namely
Header, Main and Footer..I am printing PO related data here..let us think that my PO is having 20lines items , let us assume that it takes five pages...
How application printing now is first set of data is printing in FIRST page and remaining data distributed to 4 pages and printing in NEXT page ..
but what my requirement is , I want HEADER window to appear only on 1st and last page irrespective of how many pages it will print( in between pages I want only MAIN and Footer window ) so that I can avoid HEADER window in between pages, their by give room for more line items to print on these middle pages.
Ultimately we need to print more line items in between pages by avoiding HEADER window.
Please consider test case too while proposing solutions : If it has two pages only , then there is no middle pages then HEADER will appear on last page.we dont want HEADER window in this specific test case ,
To attain all this functionalities what is the approach.
Your prompt response is highly appreciated.
Thanks!