i am fetching record from database on crystal report on field has three character ,but it getting not display ,like if i Fetch item name (Zip) ,then it will not show but i fetch(Zips)
it will display
Any Solution
Regards,
Akhter
i am fetching record from database on crystal report on field has three character ,but it getting not display ,like if i Fetch item name (Zip) ,then it will not show but i fetch(Zips)
it will display
Any Solution
Regards,
Akhter
Hi
I have report group by Customner. I want on a page only 4 customer details should get print.
Thanks
Hello All,
can anyone help me out with this issue on crystal report:
CR version 13.0.20.2399
Visual Studio Ultimate
When i try to move from the first page onto the second page, am getting this prompt,
'The report you requested requires further information'
Below is my codebehind
myRrpt.Load(Server.MapPath("~\Reporting\CrystalReport15.rpt")) connect_EWS.ConnectionString = Constr_EWS Dim con As New SqlCommand Dim query As String = "SELECT * from Report_BT where Number=@num" con.CommandText = query con.Connection = connect_EWS con.Parameters.AddWithValue("@num", txtNumber.Text.Trim) connect_EWS.Open() ' Dim dsCustomers As New ISAE_BankTransfer Dim da As New SqlDataAdapter(con) Dim dsCustomers As DataSet4 = New DataSet4 da.Fill(dsCustomers, "Report_BT") connect_EWS.Close() myRrpt.SetDataSource(dsCustomers.Tables(0)) CrystalReportViewer1.DisplayPage = True CrystalReportViewer1.ReportSource = myRrpt
can someone help me out.
The website is published internally on Windows Server 2012 DataCenter
Thanks in advance
Hi
In database i have stored quantity as 0.017 . But in report it is getting printed as .02
Thanks
New to Crystal so any help will be greatly appreciated.
Trying to get the most recent cost of a product out of the database using Crystal Reports. The table has many records of a particular product with varying costs as the costs change frequently. Each time a new cost is created the sequence (Seq) number related to that is incremented. e.g. Product 1 will have a cost of 3.55 updated on the 21/08/19 with Seq number 1, then cost updated again to 3.82 on 02/12/19 it will be given Seq number 2 etc. With this logic I will always have the latest product cost by selecting the highest Seq number record on the table.
How do I write a formula or create a sort record to only show / return the product cost (ITMCOST) field on the record with the highest sequence (ITCSEQ) field value?
The report is Grouped by product category with Fields {ITMCOST.ITMNAME_0} & {ITMCOST.ITMCOST_0} in the Details section.
The table looks like;
Cheers
{ITMCOST.ITMNAME_0} | {ITMCOST.ITMCOST_0} | {ITMCOST.UPDATE_0} | {ITMCOST.ITCSEQ_0} |
Product 1 | 3.55 | 21/08/2019 | 1 |
Product 1 | 3.75 | 01/01/2020 | 3 |
Product 1 | 3.82 | 02/12/2019 | 2 |
Product 1 | 3.79 | 28/01/2020 | 4 |
Hi
I am trying like below but it displays oly 10000. When i display tot in Footer then it shows correct value WhileReadingRecords; currencyvar tot; tot := tot + {T_Report_1.Amt1}+{T_Report_1.Amt2}; tot;
I want to display sum of Details Total at Page Header Level. I have 4 rows in details like below
1. 10000
2. 0
3. 2000
4. 10000
Total 22000 should be displayed in Page header.
Thanks
Hi Dell
I want Terms & condition to print after Sales Order Print . Heading should not appear on Terms & Conditions.
I have created a separate report for Terms & Condition . Now where i should place it as subreport in Main report so that it should start printing on next page after Sales Order gets printed.
In Subreport i have written Terms & Conditions in Details section
Thanks
Hi
I have Pdf file on Server . I want to print it through Crystal Reports. I am trying thru Insert Ole Object but Crystal Report hangs after that
Thanks
Hi
How to display Rupee Symbol in Crystal reports.
Thanks
Hi all,
i have an ASP.NET 2010 website running with Crystal report v13, reports used to work fine ,but suddenly reports viewers stop showing the reports ,i mean when the user click the print button,report viewer open in a new blank page with a loading bar keep increasing.no error messages no repot shown.
before that blank page show the crystal report after around 2~3 secs,now the loading bar keep moving but reports are not shown.
- i tried to reset the IIS , restart the server and re-install the crystal runtime engine but nothing changed . loading without showing the report .
any idea ??
Hi
I have 2 subreport .
In Report Header (a)
In Report Header(b)
in first subreport i have Page header(a) & Page Header(b) . When individually run Page Header are appearing in all pages , but in subreport Page Header is printed only on first page.
Thanks
Hi
I have Main Report and subreport in Report Footer (h) of Main Report . I don't want to print Page Header of Main Report in Sub Report
Thanks
hi
in suppress condition i have written below line but it is giving above error. i have defined global numbervar nHeader:=0; in report header.
numbervar nHeader:=1;
Thanks
Hi
If Date is > 01/04/2020' then i want to do some different process in Crystal Report Formula
Thanks
Hi
IN main report i have 2 subreports . I want to pass Document No & Date from SubReport-1 to Sub-Report2
Thanks
Hi
Where is this condition available - sort as per actual data condition in crystal reports
Thanks
Hi
I have Date Parameter & i want it should be >= '2019/04/01'
Thank
I moved site to https secure now crystal report operating from a http site is not showing images
Any ideas
I'm planning to set up an ASP.NET web forms site that uses Crystal Reports on a new server. I'd like to install the latest version of CR but am not sure about the proper steps and what's happening behind the scenes...
Do I install the CR for Visual Studio - https://www.sap.com/products/crystal-visual-studio.html ?
Will that install the dlls in the global assembly cache or do I need to install the Crystal Reports .NET framework runtime engine instead?
I'm working on cleaning a large older ASP.NET web forms application that uses Crystal Reports.
My web.config adds a number of assemblies for CrystalDecisions.
<add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral" />
<add assembly="CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral" />
<add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral" />
<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral" />
<add assembly="CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral" />
<add assembly="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral" />
<add assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral" />
<add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral" />
<add assembly="CrystalDecisions.Enterprise.Framework, Version=10.5.3700.0, Culture=neutral" />
<add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.5.3700.0, Culture=neutral" />
However, I believe my app only imports CrystalDecisions.CrystalReports.Engine and CrystalDecisions.Shared. If that's the case, I only need to include:
<add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral" />
<add assembly="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral" />
Correct?
Also, what steps do I take to update the latest assembly version and is it backward compatible or will I need to update my code?
Thanks in advance.