Tagged Questions
0
votes
0answers
20 views
Passing Multiple Values to a single Crystal Reports parameter from VB.net
I am using Visual Basic in Visual Studio 2012 with Crystal Reports for Visual Studio.
I have a parameter in a Crystal Report that can accept multiple values (for instance: Regions). How do I pass ...
0
votes
0answers
17 views
Error in crystal report
I am using crystal report in vb.net 2008 and getting file from database. the table name is Gaji and I am using 3 attributes which countains number but saved in string type. And I want to count the ...
0
votes
0answers
13 views
How do we identify parameters that has been mapped to a crystal report from c#
I have to write a scheduler to schedule the crystal reports to run a specific time. The parameter values for the report are dynamic(change according to the requirement). I was able to identify many ...
0
votes
1answer
25 views
Crystal Report issues with multiple SQL tables
I have to make a report that sums the value of two different tables, and I'm using CR on VB, what I have is two fields named value from two different tables, the table Products and the Table Services, ...
0
votes
1answer
43 views
IF function in Crystal Report
Is it possible to have substring/left and if function in crystal report?
I mean like I want to get the first 2 characters of my name_column
then if the substring of the name_column is 'XO' then I ...
0
votes
0answers
49 views
SAP Crystal Reports in toolbox does not exist VB.NET 2010
i have problem with my project,
i using Windows 7 enterprise 64 bit, and Visual Studio 2010 64 bit, i was Install SAP Crystal Reports Run time 64 bit in my notebook, but when i was open my Visual ...
0
votes
0answers
32 views
wpf crystalreport viewer dissappear for no reason
Well the problem is easy to explain and hard to figure out, at least by me, so i have a tabcontrol with 3 tabitem, on one of the tabitems i have a wpf reportviewer that loads a report of some data, ...
0
votes
1answer
43 views
How to set the Report path in App.path VB.NET
Can anyone know how to set the Crystal Report path as App.path. Because in my project, the report path in LocalDisk(D:). I copy the debug folder to another computer with only one LocalDisk(C:). It ...
0
votes
1answer
48 views
get value FieldObject CrystalReport vb.net
i want to get the value off a fieldObject after generate the report for example :
i want to store the number of pages in a variable using Vb.net
dim nbpage as FieldObject
total_page = ...
0
votes
0answers
197 views
'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. works fine but except one project
i have seen this problem all over the internet but my problem is little different as this code is working fine in any new project.
Imports CrystalDecisions.CrystalReports.Engine
Imports ...
0
votes
0answers
35 views
ASP.net webapplication hangs for any request
All,
We have ASP.net application hosted in IIS7.0. It was running smoothly for more than 2 yrs. Currently we are facing the following issue.
Whenever the user perform activity the appliaction hangs ...
0
votes
0answers
151 views
Crystal report missing parameter values after inserting subreport
Need some advice to fix this. I have main_emp_report.rpt working fine until i insert this subreport I copied from a subreport itself, changing only the subreportname and some text.
I want to use ...
-1
votes
0answers
34 views
How to connect to a SQL Server and a Progress DB at the same time in crystal reports VB.NET
I have created a delivery report within Crystal and use it daily, but I need to automate the printing so I have included it with a VB.net program to auto-print.
The 2 database connections are SQL ...
0
votes
0answers
87 views
Crystal Reports .NET Redirect Fails After Print
I have a page which has a Crystal Report viewer, some search criteria, and two buttons (one to generate a report based on the criteria, and the other is for navigation back to a more general report ...
0
votes
1answer
58 views
ASP.Net Dynamic Excel Creation from SQL Datasource
I want to create a dynamic excel worksheet that the client could download from the server, the data is on a SQL Server Database that I will get by a query like
SELECT * FROM employee;
I want to do ...
0
votes
0answers
39 views
Crystal Object BackColor Programmatically
I want to dynamically aggisn backcolor to crystal report text object
Following is my sample code
Public Sub SetReportStyle(ByRef rpt As ReportDocument)
Dim i, rptcount As Short
Dim rptctrl As ...
0
votes
0answers
167 views
CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load report failed. - VB.Net 2003
Can anyone explain me on why the below error appears.
I'm sure that the report template path is correct since I'm using Application.StartUpPath.
ANy suggestion?
...
0
votes
0answers
142 views
Conditional Column Grand Total in Crosstab Crystal Report vs 2008
I am creating a Crystal Report in vb.net 2008,
In that I want conditional grand total
I do not want to add Out Of Column in Grand Total for each row
Can any body suggest me any idea?
Thank You
1
vote
1answer
257 views
CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load report failed - VB.NET 2003
Anybody know why the below error exist?
CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load report failed
0
votes
0answers
180 views
CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Load report failed
I've desktop application using VB.NET 2003 (.NET Framework 1.1)
The application is generating the reports using the build-in crystal report on VB.NET 2003
The problem is the reports was successfully ...
0
votes
0answers
321 views
How to catch the print event When user Clicks Print Button In Crystal Report Viewer?
I created a report using vb.net 2008 and crystal report viewer. If user print the report, I need to recored it.
User click on print icon and print dialog show up with default print then user can click ...
0
votes
1answer
896 views
Change Text Object Value of Crystal Report Dynamically in VB.net
I have this picture of my current format of crystal report.
My problem is, I want to set the value of fullName field dynamically depending on the query result of my vb.net form. For example, I have ...
0
votes
1answer
110 views
Concatenate string and numeric field in crystal report
I want to concatenate city and pincode field in crystal report. I have tried:
{datafield1.city}&"-"&{datafield2.pin}
It is displaying ex: Mangalore-568,757.00
But I want mangalore-568757
0
votes
2answers
505 views
Editing an .rpt file
A company developed a small web interface written in VB.net to query a database and produce reports. The interface uses CrystalDecisions.Shared library. In the code, it references this:
If ...
0
votes
0answers
132 views
Crystal Report doesn't display data in VB.NET
In my project, the Crystal report viewer doesn't display data the first time I click the display button.
When I close the crystal report viewer and press the display button again, it will show the ...
-1
votes
1answer
230 views
Display specific rows in crystal report vb.net
I'm having a problem on my crystal report. Is there any way on how can I display specific rows in a crystal report? For example all records with an ID of 00234 will be displayed in a full crystal ...
0
votes
1answer
77 views
Querying Crystal Server 2011 CMS on VS2012 and Win8 64bit?
For whatever reason, there are many different SDKs listed on the SAP website. I've tried all of the ones that look appropriate, but no matter which I install, I end up missing the assemblies required ...
0
votes
2answers
802 views
how to pass value in textfield in crystalreport from textbox in vb.net
I want to have one field in my crystal report in vb.net, I want to display in this textfield is the value of textbox in vb.net form.
I made parameters named "prog_user" and set the value of this to ...
0
votes
1answer
883 views
Opening Crystal Report Viewer in VB.NET
I have a Crystal Report that I would like to open from a VB.net form. the Only problem is I'm having difficulties with finding out how to open up the Crystal Report Viewer from VB.net. I'm using ...
0
votes
1answer
101 views
Crystal reports showing numbers as hash #
I have a Access database which has some number fields crystal reports is taking everything else properly but numbers as hash and don't know why but when I export it to PDF evrything is back to ...
0
votes
0answers
418 views
View data in Crystal Report in gridview with row and column border
I want to build a crystal report in vb.net 2008.
After fetching the data from the database, the data has to be shown in the row and columns border in the Crystal Report (by default data is shown as if ...
0
votes
0answers
137 views
check and install crystal report in web setup project (VS 2008)
I am creating a web setup project(msi) in VS 2008. Now while installing that setup, i want to check if crystal report is installed or not. If it is not there, setup should prompt the user to install ...
4
votes
1answer
394 views
Resize image and place in a byte array for CrystalReports BlobField
I've tried to search for this and have code that should work as far as I can see, but the resulting image in my Crystal Report is 5 pages instead of 1 for some reason!
Basically, I have a Crystal ...
0
votes
1answer
175 views
vb.net and crystal report print label if exist
I am using vb.net and crystal report for printing. What i want to do is if the item exists with the database then label and value were display in crystal report printing. It is possible? can anyone ...
0
votes
1answer
276 views
Porting Crystal Report from VB6 to VB.NET
I have done a tonne of work in porting quite a large VB6 project over to .NET but have hit a snag on the crystal reports. I've converted the dsr files to rpt. The next stage is getting it into the ...
0
votes
1answer
174 views
Can i control height of detail section of Subreport in crystal reports
Dim mainRp As New MainReport
Dim subRp As New SubReportTest
subRp.Section3.Height = 500
CrystalReportViewer1.ReportSource = mainRp
above code not working and not showing any error also
but ...
0
votes
1answer
68 views
what if ms-acces asks for uid and password unnecessary?
i am using ms access as database and i dont have any uid and password.
even if so while running crystal report it asks for uid and password.
and for every entry, it says "logon failed".is there any ...
0
votes
1answer
358 views
VB.Net Crystal Reports Deployment
I am trying to redistribute my visual studio 2010 program to client computers. When I publish the program and execute it from my developping computer, everything works fine (probably because crystal ...
1
vote
0answers
299 views
display barcode image in crystal report using vb.net
in Frm_Reporting.vb image barcode is created in btnEncode method. then save in memory stream. i want save this in data set and retreive it and display in crystal report. but in run time , didn't show ...
1
vote
0answers
186 views
save and display an image in vb.net?
I wrote program in vb.net. After calling btnEncode method, image result been saved in data set. and then display this image in crystal report.
I declare image barcode from system.byte() datatype in ...
1
vote
0answers
153 views
How to Print only the exact size of the report in Crystal Report
I want to print the data using the crystal report which is generated from the database the report is depend upon the data requested by the user.
It may be of 5 lines or it may can vary to 20 to 25 ...
2
votes
1answer
345 views
Showing an image in crystal report
I want to use crystal report in VB.net in order to show an image containing a barcode.But when I run the application I get the following exception before loading the report although I have added the ...
0
votes
1answer
230 views
getting data into crystal report from two tables
i have two tables,first one is having personal information of employee.
and second one is having payment details of emp.
i want to print personal information and payment details on same crystal ...
0
votes
0answers
101 views
Attempted to read or write protected memory , all are Disposed ,no COM dll's , then what?
in my applictaion , there is no any unmanaged code , and all unmanaged resources are disposed after using them , so why this error appears ? in my applictaion there are many data tables and ...
0
votes
0answers
378 views
How to pass parameters to Crystal report viewer , not to report object?
in my application , there is a report form that shows crystal report , when i pass parameters to crystal report , it shows fine , but i have to set ReportSource property each time i changed the ...
0
votes
0answers
321 views
Loading many crystal reports causes app crash?
In application, there are many crystal reports, and all of them load with one method (same way), one of them loads maybe every 5 or 10 seconds (for more clarification, there is a list view with many ...
0
votes
1answer
144 views
How to override the crystal report error?
I have a crystal report which is having a data source from sql server .I am always getting this error when we want to show the report.I have seen the connection too.No Problem with that connection.
...
0
votes
0answers
266 views
Visual Studio 2010 crystal report subreport height
I have main report designed by visual studio 2010 crystal report and it contains 8 sub-reports my problem is if height for all 8 sub-reports exceeds the page height then, some of sub-reports ...
0
votes
0answers
129 views
How to pass multiple values in parameters?
this is my code. I would like to pass multiple values in parameters. However, i always get a single value. I already checked the allow multiple values of my parameter. What should I do?
Dim ...
0
votes
0answers
93 views
The report has no tables error
This is my code:
Dim ds As New DataSet1
Dim cnn As SqlConnection
Dim con1 As String = "Data Source=;Initial Catalog=;Integrated Security=True"
Dim sql As String = "SELECT * FROM ...


