Crystal Reports Questions


conditional formatting in crystal reports 8.5
I have a field that is the result of a runtime calculation that i’ve formatted as a percentage. when the value is > 1, i want it to show as n%. when the value is zero, i want it to show as -. i’ve got the customized format to work as long as the value [...]

Answer Question   |  January 9, 2009  3:35 PM
Crystal Reports, Crystal Reports 8.5, Crystal Reports Conditional Formatting
asked by:
5 pts.

crystal reports in delphi
I’m upgrading an application from Delphi3 to Delphi5. Now I want to upgrade the crystal reports. what i have to do to upgrade the same?? currently i’m getting ‘Crystal reports can not connect to the database ‘ error when i try to run reports. please help me. Thanks in advance.

Answer Question   |  January 2, 2009  10:09 AM
Crystal Reports, Delphi, Delphi 5
asked by:
VPL
95 pts.

Crystal Report Query – Birthday Formula
I currently run a report that returns customer birthdays within given date perameters. I use the following formula to calculate birthdays: Date(year(CurrentDate),month({driver_details.drd_dob}), day({driver_details.drd_dob}) ) I then set parameter values to return birthdays within a certain range (e.g. start 22/12/2008 end 28/12/2008). This has been working perfectly until I try to go into 2009, (e.g. the [...]

Answer Question   |  December 23, 2008  8:56 AM
Birthdays, Crystal Reports, Crystal Reports formulas, Formula Workshop
asked by:
10 pts.

Crystal Report 8 user settings
Where are user settings stored in Crystal Reports 8? In registry? a file (what is the name)?

Answer Question   |  December 19, 2008  3:09 PM
Crystal Reports, Crystal Reports 8, Crystal Reports 8 User Settings, Crystal Reports User Settings
asked by:
5 pts.

Crystal Reports Subreport error
I am trying to execute the code which displays a cyrstal report having subreports within it,it thows exception{“rError in File C:\DOCUME~1\Jatinb\LOCALS~1\Temp\CustomerDirectoryDetailed {A1C540F7-F056-4156-9B1C-2C31C74441E0}.rpt:nInvalid subreport name.”} at C# line rptDocument.OpenSubreport(dataMember.ReportName);

Answer Question   |  March 27, 2011  10:50 AM
Crystal Reports, Crystal Reports error messages, Crystal Reports Subreport, Crystal Reports Subreport error messages, rptDocument.OpenSubreport
asked by:
Ja3
5 pts.

Crystal Report
why do i get a blank page at end of report if using Next Page After

Answer Question   |  December 15, 2008  9:41 AM
Crystal Reports
asked by:
5 pts.

Crystal Reports fields truncating error
Why would one pc truncate two digits and round up and other pcs run the crystal reports 8.5 report fine?

Answer Question   |  January 9, 2009  1:50 PM
Crystal Reports, Crystal Reports 8.5, Crystal Reports Errors
asked by:
5 pts.

Crystal Reports – Duplicating labels
I need to print x number of labels from a table labels. The field numlabel specifies the number of labels I should print for each record. I tried with an alias and the != join.. but not working properly. Is there a way to duplicate records on crystal reports with functions or.. ?

Answer Question   |  December 23, 2008  9:12 AM
Crystal Reports, Crystal Reports labels, Crystal Reports printing, Duplicate records
asked by:
15 pts.

failed to open rowset
I’m trying to add a computer to use crystal report v10 and the install goes fine, but when the user tries to log on they get the error saying failed to open rowset. i click ok and another error pops up saying something about a sql driver failed. any help on this would be great!!

Answer Question   |  December 11, 2008  5:59 PM
Crystal Reports, Crystal Reports 10, Crystal Reports Errors
asked by:
20 pts.

VB6 and Crystal Reports – Error 20599 SQL not found
Sir, I have a VB 6 base software and when I click for showing Crystal base Report by package, I seem to be getting the message error 20599 SQL not found. Please help me.

Answer Question   |  May 9, 2013  9:00 AM
Crystal Reports, Error 20599, VB 6, Visual Basic, Visual Basic 6
asked by:
25 pts.

Detail Date Formula Crystal XI
I have a report as follows, (min date grp) (max date grp) Name ID Elig Eff Dt Elig Trm Dt GRP Smith, John M1234567 02/01/2007 12/31/2078 DET1 Smith, John M1234567 02/01/2007 02/01/2007 DET2 Smith, John M1234567 08/01/2008 12/31/2078 Ok, What I need to be able to do is calculate at the detail level the term [...]

Answer Question   |  December 5, 2008  2:35 PM
Crystal Reports, Crystal Reports Date Calculation, Crystal Reports XI
asked by:
10 pts.

Placing a Crystal Reports subreport
when I insert my 4th side by side sub report it displays on page two not next to the other ones on page 1. HELP.

Answer Question   |  December 5, 2008  7:53 AM
Crystal Reports, Crystal Reports Subreport, Crystal Reports XI, Crystal Reports XI Subreport
asked by:
5 pts.

Crystal Reports XI – Moving Grand Totals for several different types and totals within a group in a subreport to the main report
I have a subreport (Crystal Reports XI) that gives totals by a ‘paytype’ field (group), and I need to get a grand total $ of the different paytypes, and then move these grand totals by paytype, and corresponding paytype, to the main report.

Answer Question   |  January 8, 2009  7:07 PM
Crystal Reports, Crystal Reports Subreport, Crystal Reports XI
asked by:
Smc
5 pts.

Crystal Reports data
I’ve written a report in CVrystal 8.5 that pulls the timestamp from an event table. A record in the event table is added each time a user logs into Oracle. I want to pull only the most recent record for each user and was wondering if there is an easy way to do that. Is [...]

Answer Question   |  December 4, 2008  6:48 PM
Crystal Reports, Crystal Reports 8.5, Oracle
asked by:
10 pts.

i need steps for conversion from crystal repoprts seaget 8.5 to XI
Please help me out by giving steps for conversion from crystal repoprts seaget 8.5 to XI

Answer Question   |  December 3, 2008  5:42 PM
Crystal Reports, Crystal Reports 8.5, Crystal Reports 8.5 to Crystal Reports XI Conversion, Crystal Reports XI
asked by:
60 pts.

suppress duplicate subreports Crystal Reports 2008
Can a duplicate subreport be suppressed? Duplicate fields can be suppressed. Is there a way to suppress duplicate subreports?

Answer Question   |  December 3, 2008  1:58 PM
Crystal Reports, Crystal Reports 2008
asked by:
35 pts.

Crystal Reports 8
To Change The position & property of the Text in the crystal report from VB.NET code itself…. is It Possible??? while the Crystal report connected….. By Raam87

Answer Question   |  December 3, 2008  6:04 AM
Crystal Reports, Crystal Reports 8, VB, VB.NET, Visual Basic, Visual Basic .NET
asked by:
5 pts.

Recurring Crystal Report Filter Formula
Filter Parameter Question to make report recurring: I want it to recur every Thursday morning for the previous Monday through Sunday. I keep trying to make the date formulas but they keep failing. I have used DateAdd(“d”,-10,today) and DateAdd(“d”,-4,today) as the formulas but that didn’t work for me, this is the original below before I [...]

Answer Question   |  December 1, 2008  2:07 PM
Crystal Reports, Crystal Reports Filter Formula, Crystal Reports formulas
asked by:
5 pts.

.NET Question
In Window Application of C#, I want to generate crystal report with cases by using where clause and datagridview…? How it is Possible…?

Answer Question   |  December 1, 2008  12:25 PM
.NET development, C#, Crystal Reports, DataViewGrid, WHERE statement, Windows development
asked by:
5 pts.

Logon failed in ASP.NET
hi , i m new in asp.net 2.0 with C#, i have some logon failed problem when exporting crystal report to pdf . code mention below ******************************* CrystalDecisions.Shared.TableLogOnInfo table = new CrystalDecisions.Shared.TableLogOnInfo(); CrystalDecisions.Shared.TableLogOnInfos tables = new CrystalDecisions.Shared.TableLogOnInfos(); CrystalDecisions.Shared.ConnectionInfo connn = new ConnectionInfo(); connn.ServerName = “10.3.1.178″; connn.UserID = “sa”; connn.Password = “sa”; connn.DatabaseName = “perdb”; ReportDocument [...]

Answer Question   |  December 1, 2008  6:03 AM
ASP.NET, ASP.NET 2.0, C#, Crystal Decisions, Crystal Reports, Web development
asked by:
60 pts.