i am using PB 10 build 5064. i have a datawindow that has 2 nested reports and i need this datawindow to be exported and save as PDF file. i use the following code:
dw_3.modify("Export.PDF.Method = XSLFOP!")
dw_3.saveas(ls_name,PDF!,TRUE)
dw_3.print()
the report printed out nicely. but the created PDF could not manipulate the subreport part, hence whole report is messed up.
have anyone out there encounter this and manage to solve? please give some guidence. thanks.
-neta812-
dw_3.modify("Export.PDF.Method = XSLFOP!")
dw_3.saveas(ls_name,PDF!,TRUE)
dw_3.print()
the report printed out nicely. but the created PDF could not manipulate the subreport part, hence whole report is messed up.
have anyone out there encounter this and manage to solve? please give some guidence. thanks.
-neta812-