OLE32.dll crashes
Not 100% sure this is Crystal Reports, but fairly certain. We have an ASP.NET application, written in VB.NET under VS2010, using CRVS2010 extensively for reporting. Occasionally, under seemingly random...
View Article"Unrecognized Expression" error when Crsytal's internal JS runs
I'm getting the following error when Crystal tries to show a report "syntax error, Unrecognized Expression: input#__CRYSTALSTATEct100$ct100$CPHMain%CPHSub$ConatinerDiv". It looks like Crystal is trying...
View ArticleCrystal Report Display Using Gridview
The Crystal Reports Can Be Displayed Using GridView In Following Manner:aspx.cs is as Follows:using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI;...
View ArticleHow to add Crystal report viewer control in my toolbar
hii have using windows application for that i added toolbar in my windows application i add new toolbar add crystal report viewernot coming that dll and control in my tool bar control please check here...
View Articlecrystal report without datasource
Hi,i have to create a static document (eg- terms&conditions etc) using crystal report.is this possible? i am using asp.net with c#.ReportDocument crystalReport = new ReportDocument(); // creating...
View ArticleCrystal report version 10.5.3700.0 and 13.0.2000.0 refers to which versions?
Hi,I have two versions of crystal report in my system. While I'm using VS 2008 I'm getting crystal report viewer version 10.5.3700.0 and if I use VS 2010 I'm getting crystal report viewer version...
View ArticleVersioning queries in Crystal Report?
Hi,I have two versions of crystal report in my system. While I'm using VS 2008 I'm getting crystal report viewer version 10.5.3700.0 and if I use VS 2010 I'm getting crystal report viewer version...
View ArticleAdding checkboxes in Crystal Reports
Can someone tell me, how can i add checkboxes in Crystal Reports at design time, which according to formula, based on the condition, should be ticked, unticked?
View ArticleParameters are not accepting on Crystal Report
Hi,I have one crystal report where i created three parameters.1. pJobOrderID (set its ValueField = JobOrderID of my xsd)2. pJobOrderYear (set its ValueField = JobOrderYear of my xsd)3....
View ArticleDatatable as data source in Crystal Report
I knew how to use dataset as data source in CR.Is it possible to use datatable as data source in CR, like below?Rpt.SetDataSource(myDs.table(3))The reason is in myDs there are about 10 datatable.//myDs...
View ArticleCrystal Report abnormal Issue
Hello,I am trying to export crystal report to pdf in asp.net, though the code is working well on localhost. The crystal report is showing abnormal behaviors.I am using a CrystalReportViewer on which i...
View ArticleCR using store procedure
There is a store procedure in which there are more "select ...from..." statements, such asselect * from orderselect * from customerselect * from vendor....Is it possible to create a crystal report...
View Articlecrystal report database expert connection with domain
i have a windows domain and i create a database in control panel and upload my Project. Every thing is ok but when i want to show crystal report error comes you can...
View ArticleCrystal report not keeping the header text changes and reverting back to old...
Hi, I have few crystal reports where i wanted to change the header text for them. And weired part is for some reports it keeps the changes about header text and for some reports it wont keep the...
View ArticleFirst Page Details section issue
Hello Guys,in my crystal report i just set my footer into last page but problem is first page details section not growplease see this imgfirst page second pagei dont get why is this so please tell me...
View ArticleCrystal Reports images sql patch plz
Hello;Sql server in the form of records in Crystal Reports would like to view pictures from the. First Formula Fields and photos showing the way I'm creating a patchLater on the image format graphic...
View ArticleNot able to move to Last Page of crystal report
Hi all,I am using Crystal reports in Asp.net.I have one report. It contain one main report and one subreport.I am able to get preview of the report, but issue is not able to move to last page of the...
View ArticleRegarding Crystal Reports Basics
Hello All Forum Members, I am new to Crystal Reports. I want to Study Crystal Reports From Scratch. So, I request experts on this forum to suggest Some Useful Links, Books For Studying Crystal Reports...
View Articleprint checked rows from datagrid view
hey how can i print checked rows from datagrid view to crystal report by C#and can you show me an example for that pls
View Articlecrystal report and oracle connection using asp.net (web application)
hi, I am trying to connect with ORACLE database using asp.net 3.5 for displaying Crystal Report. I used the codecr.SetDatabaseLogon("userid", "password", "localhost", "dbName") error message:Logon...
View Article