98 Topics

Member Avatar for
Member Avatar for Mike Bishop

I have two forms the first FrmRecipe.vb form has all my calulations and functions in it the second FrmReports has a crystal report viewer with loads of reports. I am trying to call the report as a thread so that the main from is still working however when the treads …

Member Avatar for Xavier_5
0
3K
Member Avatar for savedlema

Hi! I'm developing an application for hospital patients information. Now, as common for hospitals, I need to add a feature for various reports.Now I would like to know if you think Crystal Reports are a good option still. I would like to present many reports which a user will choose …

Member Avatar for xrjf
0
388
Member Avatar for shilu2

'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.17929 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '------------------------------------------------------------------------------ Option Strict Off Option Explicit On Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.ReportSource Imports CrystalDecisions.Shared Imports …

Member Avatar for Santanu Das
0
1K
Member Avatar for kehar

Hi, I have installed CR 8.5 and VB6. prepared one small prog. Now want to add CR control in VB toolbox so as to drag the same in vb form where I have to write code to print. So how to get the control please.

0
148
Member Avatar for weeraa

I’m going to use main report and sub report for showing some details. Main report has InvoiceHeader Part and sub report has invoice detail part. Invoice Header and invoice detail has 2 SPs. SP_InvoiceHeader (Use for main report) ALTER PROCEDURE [dbo].[testSP1] @invnoH as varchar(20) AS BEGIN SELECT * FROM INV_HEADER …

0
166
Member Avatar for Sumith Asanka

Hi Guys I have my Asp.net 4.0 application,it has crystal report viewer, that viewer object is not visible at run time on win 8.1 beta version and microsoft windows 2008 server, but it works fine on my persoanl pc which runs windows 8 , any idea on what is the …

0
168
Member Avatar for dre-logics
Member Avatar for dre-logics
0
163
Member Avatar for bijoy.balakrishnan.3

I hav two tables sales (sa_no,sa_date,cu_id,total) ladger(ledger_id,cu_id,payment,payment_date) I want to display the transactions of a customer (cu_id) in one crystal report in the order of dates ,such as sa_no sa_date total ledger_id payment payment_date ie one row from sales then one row from ledger for the customer cu_id Please help …

Member Avatar for jared.geli
0
287
Member Avatar for Kanshika

I am creating crystal report in ASP.NET and C#.I am creating a crystal report.All are going fine if I give textbox for search parameter but when I give combobox for search parameter then it does not generate report.Data does not come into DATATABLE.Where I am doing wrong? sql = "select …

Member Avatar for Rahul47
0
703
Member Avatar for jaejoong
Member Avatar for bluehangook629

Hello, I have created a report using SAP Crystal Report on Visual Studio 2010. As datasource, a interal dataset is used to populate the report which is included in my project. Everything seems to work fine until during runtime when I load the report onto the report viewer, it keep …

Member Avatar for bluehangook629
0
695
Member Avatar for jared.geli

hi I'm having problems in my crystal report where all the selected rows in my datagrid will show up in my crystal report but instead it showing me an exception selectcommand.connection has not been initialized here's my code in my form where the datagrid is: Dim cmd As OleDbCommand = …

Member Avatar for jared.geli
0
344
Member Avatar for Nitin Daphale

Hi all, I have installed SAP Crystal report for Visual Studio 2010 successfully on PC(.NET4.0, Windows Vista, Visual Studio Ultimate 2010). Now When I am going to add rpt file in my existing project, It automatically create .mht file and not .rpt file, that .mht file containing instructions and link …

Member Avatar for santhosh_iyer
0
550
Member Avatar for shashikumar s g

hi guys , i am buliding the application using vb.net vs2010 ,mysql server workbench 5.2 . it works fine about the database connection and inserting and all sql operation with the mysql but now the problem is that unable to make the crystal report using that mysql it not supporting …

Member Avatar for Begginnerdev
0
826
Member Avatar for Henry Schubel

I was here looking for a solution that I didn't find, but have since figured it out so I thought I'd post it as I doubt I'm the only one who has had the need. The issue is - How do you have Crystal print to a 'Named Printer' without …

0
124
Member Avatar for fx.eko

I want to try to show barcode in crystal report and print it on a printer through a crystal report, there is of a friend who can give me an example of a small program thanks in advance

0
127
Member Avatar for saleem.mukhtiar

Friends .. how my code working fine with two buttons (PDF and RTF) but the last portion for HTML converting its not working .. please help Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Imports System.Diagnostics Imports System.IO Public Class Form1 Dim myReportDocument As New ReportDocument Private Sub Form1_Load(ByVal sender As System.Object, ByVal e …

Member Avatar for saleem.mukhtiar
0
1K
Member Avatar for irfankhan640

hello Everyone I am facing problem in Crystal reports in SelectionFormula Line. When I generate the Report it says A NUMBER IS REQUIRED HERE . I have tried many things converting to strings to integer but no luck. Any help will be appreciated. My Code for the Report is below.. …

0
125
Member Avatar for George_91

I'm trying to display a Report with Crystal Report Viewer, in the Design looks fine, but it doesn't seem to load when I enter the website... <form id="form1" runat="server"> <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True" GroupTreeImagesFolderUrl="" Height="1202px" ReportSourceID="CrystalReportSource1" ToolbarImagesFolderUrl="" ToolPanelWidth="200px" Width="1104px" /> <CR:CrystalReportSource ID="CrystalReportSource1" runat="server"> <Report FileName="ReporteReciboFecha.rpt"> </Report> </CR:CrystalReportSource> </form>

0
148
Member Avatar for George_91

Hi, Im working on a project in asp.net with C#, I have done a report (using Crystal Reports) but I can't find a way to show it in my site. I create a new .aspx which has a Crystal Report Viewer (connected with the Report previously created) and I have …

Member Avatar for M.Waqas Aslam
0
220
Member Avatar for George_91

I have an application, i'm using C# wtih asp.net I need to generate reports with my database (mysql), so I downloaded Crystal Reports. I'm trying to make the connection between Crystal Reports and my database, for that I've Add the User Data Source (MySQL ODBC 5.1 Driver) in the ODBC …

0
175
Member Avatar for gokul guru

Make Setup Of Project Then Crystal Reports Keeps Old Database Path When i make Setup of my project then my crystal reports keeps old database path how can i resolve it please help me.

Member Avatar for Begginnerdev
0
140
Member Avatar for dinhunzvi

i have the following code in my php script. it's for displaying a Crystal Report file. $cr = new COM( "crystalruntime.application" ); if ( $cr ) { $cr->OpenReport( "SelectExpert1.rpt", 1 ); } if i try to access the file with this code on my browser i get the following error. …

Member Avatar for diafol
0
797
Member Avatar for Pundia

Hello! I'm trying to fill a Crystal Reports in a generic way. This is because I don't have direct access to the database, I just call a service that returns a DataTable. I'm no expert in C# or Crystal Reports, is there any way to fill a Crystal report without …

0
196
Member Avatar for vinay7868

hii i am stuck with a problem as i am using VS 2010 and developing an app in vb.net. i require crystal report so i downloaded from SAP the exe and installed but i cannot find the crystal report menu in add new item of right click of application so …

Member Avatar for tinstaafl
0
285
Member Avatar for santosh.pandey.1293575

hello, i am trying to enter the form textbox.text in my crystal report, but getting error. code is Dim RptForm As CrystalDecisions.CrystalReports.Engine.ReportDocument Dim T As CrystalDecisions.CrystalReports.Engine.TextObject RptForm = New CRrollnumberba1 T = RptForm.ReportDefinition.Sections(0).ReportObjects("?SUBJECTNAME") T.Text = txtsubject.Text the error showing "Index was outside the bounds of the array." at 4th line. …

Member Avatar for ninjatalon
0
2K
Member Avatar for guru_iyer

I created a Crystal Report and added few text fields and database fields in it. But in report preview section, only report header and page header is visible. Details section is not visible at all. Plzz help.. ![8dccf3f1cd9578565f563b200a56fcc5](/attachments/large/3/8dccf3f1cd9578565f563b200a56fcc5.png "8dccf3f1cd9578565f563b200a56fcc5") ![c0e34b6d7fb3137bbb5d029330f38b44](/attachments/large/3/c0e34b6d7fb3137bbb5d029330f38b44.png "c0e34b6d7fb3137bbb5d029330f38b44")

Member Avatar for mayeen
0
159
Member Avatar for jontennyeah

Hello i encounter a error on my crystal report. I don't know to fix this. Can you help me? thank you

Member Avatar for Begginnerdev
0
153
Member Avatar for techinvest

How to display image or picture from database to crystal report.In database i have only picture name.n picture are store in folder.

Member Avatar for techinvest
0
199
Member Avatar for Lethugs

Hi, im using crystal report on my project. It working very well but I just want o make it more flexible. I have textobjects with of course text in it. They are not bound since they are just additional information on my report. How can i make those textobject editable …

Member Avatar for Lethugs
0
1K

The End.