Hi, Thanks for read my Question..
I have a Report on Crystal Report, and I am using CrystalReport for VS2010, VS2010, SQl Server 2008 and WPF targeting .Net Framework 4.0.
The question is.. I am allready made a Report and I have and App on WPF in which I need to call, embed or whatever it is take to show the report.
How could I ?
Th...
Hi
I have a Crystal Report set up to run with my windows forms application.
I am passing a string to the SelectionFormula of the report.
What I am doing is:
I have 3 tables - StockFile, BranchFile and Supplier
A Stock item is created when that item is added to branch stock, an item can be moved around branches until it is sold, so c...
The following error message occurs with some reports of our Crystal Reports application, when you try to open them a second time.
"A Crystal Reports job failed because a free license could not be obtained
in the time allocated"
It seems to be a problem only with some reports (with a lot of data in particular). Other reports work witho...
I have a data in rows like this for id 1
id1 a1
id1 b2
id1 c3
id1 d4
id1 e5
I like to combine it as "a1b2c3d4e5" into a single value for id1. Thanks in advance.
...
Hi Guys!
I'm developing an application in Asp.Net 3.5 (vs2008), and I made some reports with Crystal Reports. Everything works fine but depending on the customer the Logo changes, and I'd like to set it in header's reports. I have a picture in "~/Images/logo.jpg", but I don't know how coud I set it dynamically (by code-behine) on Crysta...
i'm developing web site.and i got this error for the first time and i don't know what to do about it.
i'm using vs 2005 on win xp
please help
...
I am trying to display image from dataset xsd on crystal report, but it is not displaying image. Please help me.
Regards
Riyaz
string sql = "select * from ImageUpload";
SqlDataAdapter da = new SqlDataAdapter(sql, strConn);
DataSet ds = new DataSet();
da.Fill(ds, "Image");
for (int index = 0; index < ds.Tabl...
I'm having trouble loading (several) multiple instances of crystal's ReportDocuments in memory. Using the following code:
Dim sRPT As New ReportDocument
sRPT.Load("PATH\TO\MY.RPT")
Dim sRPTs As New List(Of ReportDocument)
For i = 0 To 100
Dim sClone As ReportDocument = sRPT.Clone
...
I'm trying to create a report that allows a user to select a branch that they want to view traffic for in Crystal Reports 11.
The data type in question is of the inet data type in PostgreSQL, I cannot change it. Because of this, it appears as though the "Like" operator will not work correctly.
About the Inet Data Type: http://www.post...
In some inherited code, I see group headers/footers have items like 'Sum of @numcount' . I cannot get the sum of a formula field. Any thoughts?
...
hello,
i have a strange problem.i want to use crystalreportviewer control...but once i drag it to my page and choose the crystalreportsource and the report.i find crystalreportviewer become like this.what can be the problem???
thanks in advance
...
I am using two tables one is of access database and other is of oracle database, I am getting an error saying that ‘SQL odbc error’ what should I do?
...
I am adding running total for the job cost and report contains multiple same jobrecords and i need to add single value for each job. i have added below condition in the evaluate formula unfortunately it is not including the lastrecord total.
if {PKsh_JobMaterialListRepair;1.job}<>next({PKsh_JobMaterialListRepair;1.job}) then
true
...
What formula do I use to change the field format for Age so that it looks like (String) data?
...
Hello All,
I have created a crystal report using MySql 5.1, using XML (Dataset save as xml in application root folder) now when i run on my machine it works fine. But when app is installed on other machine it give database login required. how can i remove that login window ? The code is given below
cDataSet.DataSetNam...
I have created a website with asp.net and uses oracle connectivity with pl/sql developer.i have uses the crystal report which is a third party tool. how to purchase it.
i am using visual studio 2005 and yes i am using basic crystal crystal that comes with visual studio.
Now suppose i hav purchase a domain www.abc.com.
and i want to pubs...
Im working on Visual Studio 2008 to develop a web application in asp.net.
if I add a crystal report file (.rpt) in my project, I see only hexadecimal code.
I obviously miss something, previously it worked in my system..recently i formatted my system, and installed vs2008, then the problem arises...im in need..
Please help me to find ...
How to add serial number in a crystal report cross tab report? I am using dataset as a datasource.
...
use in crystal report insert or drag the order id----
...
I have a field there in my report its called result. It shows something like that
PASS
PASS
PASS
PASS
or
PASS
FAIL
PASS
PASS
I want to make a custom formula to show grand result. If that specific(result) field keeps all PASS value then it will show PASS there in grand result else it will show FAIL(If result field keeps at least one fa...