98 Topics

Member Avatar for
Member Avatar for 2advance

Hello Friends, I've one problem with an Image which is to be placed in crystal report. I stored image in sql server 2000 database in varbinary datatype. Now i want to retrive that image and display in crystal report using vb.net 2005. Any one know how to do this?

0
108
Member Avatar for bilal_fazlani

I am making an invoice system. Please have a look at the images. [url]http://img32.imageshack.us/img32/9216/capture1iv.jpg[/url] [url]http://img839.imageshack.us/img839/1228/capture2cq.jpg[/url] as you can see, the place order button is creating an invoice. I have actually created a junk table and a junk column in it just to setup the invoice_id and load it when "invoice …

0
128
Member Avatar for imobby

I am making a DBMS using C#.Net and MS SQL. i want to display the data using crystal reports. In the Database Fields when the Database Expert wizard opens after choosing OLE DB (ADO) and then OLE DB for SQL provider, i have to give the Server, user & password …

0
143
Member Avatar for bilal_fazlani

Hi, I have visual studio 2010 ultimate and i have installed sap crystal reports for visual studio. its a free edition for visual studio 2010. while working on a project in which i wanted to create a report, it was giving errors.. but that's not a problem, now i don't …

0
125
Member Avatar for minbor

Hello, I am trying to deploy an asp.net website and have a strange problem with Crystal Reports. When the page loads the report is blank, but when I go to the next page or change zoom the report refreshes and displays correctly. I have created a test page where you …

Member Avatar for minbor
0
234
Member Avatar for Nitin Daphale

My application get crashed as soon as I attempt to see Crystal Report. Environment: Windows 7 CRRuntime_64bit_13_0_1.msi (SAP Crystal report installed) .NET 4.0 WPF Application Can anybody tell me whats should be the reason of crash and what to do?

Member Avatar for Nitin Daphale
0
318
Member Avatar for yousafc#

Hello,This is my code.I have in big problem anyone have a solution. I want view crystal Report by using studentid. [CODE] { CrystalReport1 objRpt; objRpt = new CrystalReport1(); string con = ("Data source =DATA;Initial Catalog = Schooldata;Integrated security = True"); SqlConnection objCon = new SqlConnection(con); // Here I am writing …

Member Avatar for yousafc#
0
142
Member Avatar for yousafc#

Please tell me "I am Using c Sharp window form and crystal Report" I want Display the record User input windows form.i.e If user Input in textbox CustomerID 1.It should show the record in crystal Report only Customer Id 1.

Member Avatar for kvprajapati
0
102
Member Avatar for ukshir

For last couple of days I was going through this problem. Now I found the solution, so just thought that I would post here (Many of you might already know the solution, but still..... :) ). I have a form having a Crystal report viewer control on it. After viewing …

0
98
Member Avatar for CrankyMero

I had this little project of a POS System, that i've already finished, and i try to retake it again to add more features And suddenly in a Summary Report for the sales of the day i keep getting this error message [CODE]Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX)[/CODE] And im cranking …

Member Avatar for CrankyMero
0
367
Member Avatar for Delzur

Bonjour à tous ! Question je pense assez simple, j'ai une bdd sql server 2008 avec 3 tables. Lors de mon premier test (je suis nouveau dans CR) j'ai mis toutes les tables dans le rapport. Même en retirant les liens, il me mixe les données bizarrement. J'en ai conclut …

Member Avatar for Delzur
0
219
Member Avatar for staticclass

I have created an application which has a crystal report viewer embedded in it. But the *.rpt files that are going to be opened in the viewer are too big, and it waits for minutes while opening. How can I put a progress bar or something to indicate that the …

Member Avatar for biit
0
459
Member Avatar for kipslem

Please could someone help me on this issue? I have a VB.Net 2008 Application that I have already created it's setup. When I installed it on another PC (Apart from my Develoopment PC) I have this issue with viewing the reports. There are couple of reports created with the CR …

0
84
Member Avatar for prvnkmr194

My problem is that I have to send my textbox data to crystal report, i am trying a lot but iam not getting I know how to use crystal though database. Thanks

Member Avatar for vishalrane
0
103
Member Avatar for pagnarith

Dear all, I have tested my code in order to pass single value to single parameter field in crystal report from VB.NET Form, it is ok but the problem is that I want to pass multiple values to only one parameter field called "Product Name" and it displays only one …

Member Avatar for ggdal
0
825
Member Avatar for ukfreak

Hi, I got a crystal report with:- main report subreport(Item_A) subreport(Item_B) There is a limit for the subreport to show only 5 record, if there is more then 5 records it should go to a new page. I have been trying to do this for 1 week, i tried so …

Member Avatar for ukfreak
0
248
Member Avatar for pratibhamohanty

Hi, can anyone out there help! I have a default form and a button. On click of that button I want to export a particular crystal report(without actually displaying it) to pdf format and store it in a folder named as temp. Is it possible? Thanks in advance,

Member Avatar for Ronln
0
3K
Member Avatar for kazekagerandy

hello there, i want to put my images saved as byte from the database to crystal reports. please give me code to do this, thanks :)

Member Avatar for sandeepparekh9
0
104
Member Avatar for muzikhera

Hi! I have datatable name myTable with columns and row. Can someone give me solution on how to multiply/repeat the first row data to the succeeding row depending on the inputted copies by user in a textbox? Please help me with this one.

Member Avatar for abelLazm
0
69
Member Avatar for muzikhera

Hi everyone! How to save image from picturebox to Datatable and display to crystal report. Any idea would help. Thanks and regards to all programmers!

Member Avatar for Knvn
0
113
Member Avatar for rhian23

hi to all! Im having a problem with crystal report. I am doing a vb.net project. Actually its an Inventory System, I need to print a report by branch. I set the parameter field by branch id and name but it didn't work, all of the fields like product, price …

0
66
Member Avatar for y2kshane
Member Avatar for SaberExcalibur

I'm using 2005 visual studio. I have made a windows application, using visual basic language along with crystal reports. My crystal reports function well whenever i run it within the unpublish project but the time I published the project the crystal reports always fail. Because it can't find the RPT …

Member Avatar for Luc001
0
162
Member Avatar for samacoba

Please Help, I am creating a Simple Crystal report that views outstanding logs for our call centre,I have a stored procedure that retrieves all the Info I need.Here is where it gets interesting.The Report retrives all the relevant data and shows me page One.When i try to view the second …

Member Avatar for samacoba
0
430
Member Avatar for vinayak.v

hi... everybody... i've designed one crystal report to display the total number in indian currency format which works good... following is my code. [code] numbervar RmVal:=0; numbervar Amt:=0; numbervar pAmt:=0; stringvar InWords :=" "; numbervar totalAmt; totalAmt:=Sum ({employee.salary}); Amt := totalAmt; if Amt > 10000000 then RmVal := truncate(Amt/10000000); if …

0
90
Member Avatar for auxius

im using visual studio 2010 ultimate and installed Crystal Report Beta 2.my problem is that after i made a RPT file using Crystal report viewer on my form..it appears many error running my app..:-(please help me reconfigure installing crystal report on visual studio...i realy realy need to get this work.

0
67
Member Avatar for Anila S

I am using VB & Access to create a program for a clinic. I want to create a Report. The Report is - Toal quantity of each medicine received & Issued. I have created the Table in design time & in runtime contents in the table are deleted and new …

Member Avatar for bmpvkm
0
189
Member Avatar for unknowndevil41

Hello, I have an crystal report in which parameter values are passed using a dropdown list. I dont know how to code or set the values of parameter fields of crystal report kindly help me out from this.

0
72
Member Avatar for angel392004

Guys I need help on creating a crystal report for my thesis e-voting system. I need to make a graph that will output the percentage of voters who voted. And also I need a report for all candidates and the winners. I hope you give the step by step and …

0
82
Member Avatar for deven_a76

Hello friends, We have create one report in crystal report that prints the user terms and condition. In the report, for 2 section, we have added sub-reports that displays the mutliple records for the selected terms and condition. Every thing is working on the screen i.e. records are getting displayed …

Member Avatar for ramji2381
0
134

The End.