Hi ,
I have a report with one data item .
After exporting to excel : I want the body section of the report to be exported onto one worksheet wereas the Header ,Group Footer and footer section on the other worksheet .
can anyone advice me how to proceed? :roll:
Thanks,
bhareth .
0
Comments
in code:
is there is anyway to delete the empty rows while exporting the report to excel . =D>
Thanks,
bhareth
can you pls throw some points or some examples of how to use a row counter for each Sheet. ](*,)
Thanks,
bhareth
you said you have different sections (body, header, groupHeader) and you need to seperate the output of body and header/groupHeader, to do that count up row1 at body section and row2 at header/groupheader section. for further guidance we need your code from the sections (body,header,...) where you insert the records
were i am in need to bring( Header, Group Header,Group Footer,Footer) of the report in one sheet and Body in another worksheet .
can you provide me guidance of how to use integer values. ](*,)
Thanks,
Bhareth .
i use integervalues row1 / row2 and do a increment counting of row1 at header/groupheader section and row2 at body section and updated excel buffer table .
Output is perfect .Many thanks for your guidance . =D> =D> =D>
Thanks,
bhareth
Any ideas? :oops:
Hanen TALBI
Function: Addsheet(description:text30)
{
currentsheet := description;
currentrow := 0;
newrow;
}
modified function addcolumn to insert currentsheet in the new field worksheet with every insert.
And copied function createsheet to createmultisheet which I found here on Mibuso.
|To-Increase|