Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Datawindow with nested reports and could not save as PDF.

Status
Not open for further replies.

neta812

MIS
Jan 1, 2004
4
MY
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-
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top