Cannot Compatible With Crystal Report
Mar 17, 2010my OS is win 7 i am using visual basic 6.0 which version of crystal report could be use
View 2 Repliesmy OS is win 7 i am using visual basic 6.0 which version of crystal report could be use
View 2 RepliesI m using .net , I create some temporary tables at run time, how to print these table data thru crystal report
View 1 RepliesIam workin wid crystal reports have a problem i jus want to create a crystal report dynamically not by using crystal report wizard rather by using a blank crystal report and connecting to the database server and generating the report from the database manually....
View 1 Repliesi am having a Visual Studio 2008 but it not install with crystal report when i open add new item-> its didnot contain Crystal Report how can i add crystal report and make crystal reports in visual studio 2008 how i install crystal report with visual studio 2008 only crystal reports 2008 install and its open with visual studio 2008 when we click Project->Add New Item-> and crystal reports shows in thiis file
View 1 RepliesI plan on designing a Crystal Report, and then calling it through VB.NET code. Will the end-user need a Crystal license in order to use the crystal report part of the program?
View 1 RepliesWhen i pass the parameter and run the report it works fine as i close the form it closes the form is there any way so that i should be able to close the crystal report viewer and pass the parameter again and should be able to view report again.
View 1 RepliesI got a problem I want to print a report which is receipt having size 3 x 4 cm. i am unable to resize crystal report. i am using crystal report coming with visual studio.net 2008.
View 1 RepliesI have created an application using vb.net 2008 and for reports Crystal Reports Basic for Visual Studio 2008 but the problem is, when I run the application in another machine away from developing box, I get the Load report failed notice. I don't have any idea on how I should approach this issue. I tried installing the CRRedist2008_x86 and CRRedist2005_x86 but still the problem won't go away.
View 3 RepliesI'm having a problem with my crystal report with regards to report footer. I want to display the data from the table, column name "Remarks" in report footer but when I try to call the data it doesn't show the remarks. I'm using VB 6 and mdb files as my back end. Is there any command or fundamental that I've missed?
View 1 RepliesI had created 5-6 crystal report in my vb.net project with back end sql server 2005 and i had given my path for crystal report. after this i had creted setup and deployed at customer machine but there it dosn't shows any report instead of it gives an error. for viewing report so how to come up with this probelm.
View 7 Repliesim trying to fetch rows in 3 TABLES using JOined Queries.im tried the query first in MS ACCESS and it worked but when i tried to show it in Crystal report it wont show its data. [code]
View 7 RepliesI am working on a windows application in VB.Net 2008. I have added a crystal report in my project. and I have draw a Crystal Report Viewer to view the report. But when I run this report It asks user name and password. (The snapshot is attached here) I have used the following code to set the log on info of report.
[Code]...
<Visual Stusio 2005 visual basic / Crystal Report 2008>
I simply created a "Report" folder on the the project and "crTxEmpMaster.rpt" is created on the "Report" folder.I tried load a .rpt file for Crystal Report, but it occured "Load report failed" What is wrong wth it? #1 and #2 both failed.
Dim menuReport As New ReportDocument()
'#1
Dim reportPath As String = Application.StartupPath & "" & "ReportcrTxEmpMaster.rpt"
[code]....
I need advise on how to solve this scenario. I am not sure whether I should use any Report Application such as Crystal Report or I can just simply use datagridview.My scenario:In a new form, a table will show a least 3 columns.
First, ItemID
2nd, Total Quantity Sold for the Current Month
3rd, Total Quantity Sold: Last month
ItemID Current (Nov) October
ABA1 100 85
ABB1 80 90
Hence, I can compare the figure of the current month with the past few month.Right now, I do not have any problems building SQL_String for calculating the Total Qty Sold for the Current month and display it via DataGridView. But I am not sure how to additional column that calculate the Total for the past few month
I am trying to convert a VB6 Data Report (.dsr file) to a Crystal Report through the migration process within Visual Studio. I have read articles that reference adding a Data Report to a Project from Visual Studio 2005/2008 and that it will convert the Data Report to a Crystal Report, but I have not been successful in doing so. Does the VB6 Data Environment need to be converted too? Has anyone been able to do this successfully and if so, how?
View 1 RepliesI have a table there in SQL SERVER 2000 which has five fields[date income amount expense amount]. Now user wants to input first date & last date there in form to show records ok? To show record by one paraemeter was easy for me & I did it by following code. I mean I made one parameter & got one form with one text box & one button & one report viewer. Let me show you my code for button event what I used to show report by one parameter.
[Code]...
Is there a way to generate and print report in Visual Basic 2008 Express edition since there's no crystal report capability there?
View 3 RepliesThese things look about the same to me. Is there any reason I should use one over the other?
View 5 RepliesI'm using maysql phpmyadmin i just had this error for my crystal reports
Dim myReport As New ReportDocument
Dim myData As New DataSet1
Dim conn As New MySqlConnection
Dim myAdapter As New MySqlDataAdapter
conn.ConnectionString = _
[Code]...
Can Anyone give Links or website how to do a sap crystal report and i'm using sql server 2005 database.
View 5 RepliesHave a windows application and need to run a crystal report.[code]....
View 4 RepliesWe have a procedure where user daily runs multiple cystal reports (one by one) using report viewer and saves each report as .pdf to a document system. My question: Is it possible to do the same programatically (without any user interface) to save crystal reports as .pdf without using crystal report viewer?
View 1 Replieshow to use crystal report in vb.net
View 1 Replieswhat is the use of sub report in crystal report 8.5?how to create it?
View 1 RepliesI created a crystal report using test a DB. I run the report using .NET ReportDocument class. Everything works fine until I connect to the test DB.When same report is pointed to UAT DB (all required DB objects are available in UAT too), I am getting error. To fix this, I have to change the server name to UAT DB manually in the RPT file
View 3 RepliesI am using Visual Studio 2010 Express Edition.
I have downloaded Crystal Report from the following link [code]...
i try to register my crystal report 9.0 to get registration no and keycode but when i try to registered the web shows error like this Microsoft VBScript runtime error '800a000d'. Type mismatch: 'cleanInput' /x-objects-new/ipl/ipl.inc, line 84 pn the explorer please any one suggest me how to registered the product so that i can use the crystal report on merge to use in client computer.
View 1 RepliesI am using Vb.net 2008 and SQL 2008. I have created an application and I try to create a crystal report. I don't know why the report does not produce any data. [code]...
View 3 RepliesI have a problem in showing data content from joined table in crystal report my sql query is good and it shown my own data but I when fill crystal report datasource and show it the crystal repeat duplicate and more data my code is:
Dim rep As CrystalReport1 = New CrystalReport1()
Dim objcon = New SqlConnection("data source=(local);initial catalog=hesabres;user id='sa';password='Maysam7026'")
Dim objcom = New SqlCommand
Dim objdata As New DataTable
Dim objdr As SqlDataReader
[Code] .....
im having a hard time on using this crystal report, i only need to view SPECIFIC DATA ni the REPORT VIEWER, not ALL the DATA in THE DATABASE
or is there any other way to PRINT?