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!

Search results for query: *

  1. wfuyanli

    convert rpt to pdf and concatenate it between another pdfs

    I have a .rpt file(say, B.rpt) using a proc to pull some data from the database. Now what I can do: In my .aspx page load event, I can convert B.rpt file to B.pdf file What I need : I have another two static pdf file A and C, now I need to concatenate all 3 of them, so it open as one...
  2. wfuyanli

    How to convert a rpt file with multiple procs into pdf file

    Turkbear, I think you are right. I am setting up an easy test example. CurLogin = Curtable.LogOnInfo CurLogin.ConnectionInfo.ServerName = "Server1" CurLogin.ConnectionInfo.DatabaseName = "Database1" CurLogin.ConnectionInfo.Password = "pswd" CurLogin.ConnectionInfo.UserID = "User1"...
  3. wfuyanli

    How to convert a rpt file with multiple procs into pdf file

    I know how to convert rpt to pdf if the rpt uses one proc and contains a few subreports, and it does open in the adobe reader. The report I need to convert into pdf format has two procs in the main report without any subreports. Report_Sample1.rpt contains proc_nameA which needs parameter x and...
  4. wfuyanli

    How to convert a rpt file with multiple procs into pdf file

    I have an .rpt file using two procs. Each proc needs one or more parameters. When I open the report from crystal report 11 preview, I just need to type in the value for each parameter. Now I need to convert this rpt file into pdf file and open it in the Internet Explorer window, can anybody...
  5. wfuyanli

    how to integrate two .rpt files into one .pdf file

    I have a print button on the apsx web page, once click it, I want open one pdf file which is composed by two crystal rpt files. The reason I have to do this is because one rpt file is landscape the other one is portrait. Thanks a bunch!!!
  6. wfuyanli

    how to show a landscape subreport in the portrait main report?

    I want it for online viewing, however, if I can get a pdf file with landscaped subreport in it, it's good enough for me. So this is a solution for it? Thanks again folks.
  7. wfuyanli

    how to show a landscape subreport in the portrait main report?

    How to inclued a landscape subreport in the portrait main report? If I just simply import the subreport, anything outside the margin will be cut. ----------- | main | | report | | | | ----------|---- || sub |lost| || report |lost| | ----------|---- -----------
  8. wfuyanli

    How to get a sum from Main report and its subreports?

    Generally speaking, is it possible to calculate the summary from Main report and subreport? Ma case : I have a main report Main.rpt, it has field m1 and m2, two subreports sub1 and sub2, sub1 has fields s1 and s2, sub2 has fields s3 and s4, is it possible that I can get a Sum of all the...
  9. wfuyanli

    How to show dynamic footer info depend on a set of subreports?

    You are the best Vampire Ever! I still have something need you clear up for me. thanks. Shared varibles handle this. Test by placing this formula in the main reports' report header: whileprintingrecords; shared stringvar Foot:= "Main" Place this (new formula?) in the Main report Page Footer...
  10. wfuyanli

    How to show dynamic footer info depend on a set of subreports?

    Thanks in advance. My main report includes a few subreports(each subreport is in a different section), I need to show different foot information depending on which subreport is current. For example, if the current subreport is "Income", it can be a few pages long, then I need to show...

Part and Inventory Search

Back
Top