how to making dataset for subreport and main report crystal report with asp.net
i have code :Dim CN As SqlConnection Dim MyConnectionString As String = Nothing MyConnectionString = "Data Source=777.77.77.77,77000;Initial Catalog=aaa;User ID=sa;Password=!!!!!!!!!!!!1" CN = New...
View ArticleReport does not display on server
I added a report to my project, when I run it in Visual Studio it works fine. When I publish and copy files in C:\inetpub\wwwroot\project12 and also copy the aspnet_client folder in project12, and open...
View ArticleHow to combine several Crystal reports in one PDF
Hello,I need to generate 5 Crystal reports and combine them in one PDF file. Originally I wanted to create one report with these 5 reports as subreports then output it to PDF. This won't work, however,...
View Articlereturn results for multiple values in multiple fields
I'm sure this is simple but I just can't wrap my head around it. Fields are as follows: product# purchase year dept sub debt I need only those with dept equal to hardware or software and sub...
View ArticleMissing image in Crystal report
Hello, I have a report with the box which I've added from the Toolbox. We have several servers, and everywhere this box is displayed correctly, except one new server. On this server instead of box...
View ArticleCrystal Report Parameter Issue in VS 2010 version 13.0.2000.0
Hi The below code is working fine in VS 2005 crystral report 10.2.3600.0But the code is prompting to parameter in VS 2010 crystal report 13.0.2000.0My aspx page<%@ Page Language="C#"...
View ArticlePrint previously loaded report instead of current loaded report
HiI have issue with crystal report printing. When I press print button it print previously load report instead of currently loaded in crystal report viewer.Waiting for your prompt reply please.Thanks...
View ArticleCrystal report not loading data
Please can someone explain why crystal report does not show data when deployed on iis in a host server but it displays data on the iis in the development system.Quick response will be appreciated.Thanks
View Articlecrystal report 13 - after hosting in arvixe print/export options are not working
I am using visual studio 2013 and crystal report 13. I made a website in aspx webforms. The print option was working fine when i hosted locally in IIS. In IE printing was coming and in Chrome and...
View ArticleData Date Data Time fields usage in formula fileds
i am new to crystal reports. i need if else logic on Data Date fields . is it possible to write formulas on Data Date fields? i tried to write the logic its giving error as field is not allowed
View ArticleLabels issue with Crystal reports
The problem that I have and needs to be fixed is the following:Our system generates shipping labels with very specific information, which needs to have a certain size font that can vary depending on...
View ArticleSAP Crystal Report viewer JSP, Subreport error
I'm running a web application who uses the Crystal Report Viewer for JSP, version 12. (reportviewer12). It works fine, but only have problems running some reports who contains sub reports in them, and...
View ArticleVS 2017 and Crystal Reports
Hello,Microsoft released Visual Studio 2017 RC as mentioned in the following release notes:https://www.visualstudio.com/en-us/news/releasenotes/vs2017-relnotesIn this regard, I need to know if crystal...
View ArticleHow to create reports with crystal report with ttx database
good morning If somebody guides me porfa I'm doing a car registration application on the form I need to print a vehicle entry ticker Vb.net sql server crystal reportPrivate Sub Btn_Registrar_Click...
View ArticleCrystal Reports SQL Expression Field
I am trying to re-create a Crystal Report (so I can learn how to use it), but am failing. There is a SQL Expression Field on the report that when I open the formula editor this is the syntax shown(...
View ArticleHow to print directly to a printer an rdlc report vb.net 2015
good afternoonLords programmer how could you print directly to the printer with ReportViewerI'm trying to print a ticket directlyVb.net 2015 sql server 2014Private Sub WFrm_REPORTE_BOLETA_Load(sender...
View ArticleCrystal report navigation not working
I am using crystal reports in asp.net. Problem i am facing in this is my navigation button(next and Previous ) not working after one click. for example if i have 200 rows and at one page i am showing...
View ArticleBarcode fonts did not display in PDF file of Crystal Report
There is barcode fonts in Crystal Report.After clicking print button in main page, Crystal Report will convert to PDF format to display on the screen and user can print it.But, barcode did not display...
View ArticleCrystal Report Viewer error - "A report name was not Specified"
Hi,I've got an Error from Crystal Report (RAS 9) "A report name was not specified".Tools used:1) Report Application Server (RAS) v9.02) IIS v6.03) ActivexViewer.asp4) rptserver.asp (cannot specify the...
View ArticleMultiple filter in Crystal Report's record selection forumla editor
Hi All,I am trying to filter record in crystal report on the basis of three sql table column values like :-(not isnull({Table.IN_DATE}) or {Table.flag}='Y' or {Table.BOOK_CODE}='06') AND {Table.GRPS} =...
View Article