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...
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"...
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...
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...
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!!!
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.
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|
| ----------|----
-----------
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.