Tagged Questions
The crystal-reports-8.5 tag has no wiki summary.
1
vote
1answer
116 views
Crosstab Totals row extra cell
I need some help on crosstab in Crystal Reports 8.5, I have a spreadsheet that when exported to excel I get the following
A B C Total
Jan 1 2 3 5
Feb 4 5 6 15 ...
1
vote
1answer
96 views
Crystal Reports Selection Criteria: Selected Date code cleanup
I have a recurring report that is run twice a month to check for specific dates.
I'm looking for anything that doesn't fall on the next 15th or the next last day of the month.
I'm using Crystal ...
1
vote
1answer
157 views
Way to use a shared variable in a group formula in Crystal Reports?
So I've been tasked with updating a custom report created by a customer to make it more generic for use by all other customers. The report shows total sales based on payment method, and it combines ...
1
vote
1answer
2k views
Crystal Reports group header suppression formula doesn't work
I have a report that groups by two codes, we'll call them Parent and Child.
At the top of each page, in the Page Header, I want to print the Parent Name.
There are a number of columns in the ...
1
vote
3answers
1k views
Can't Set Crystal Report Selection Formula Programatically
first, I can't stand Crystal! Okay, that's off my chest...
Now, we have an old VB6 app we maintain for a client, which uses the Crystal Automation library to programatically change the record ...
1
vote
3answers
571 views
Custom Functions in Crystal Reports 8.5?
I could've sworn there was a way to do this (without DLLs), but going through the first several pages of google, I can't find it. Maybe I'm thinking of something else.
I'm having to do some ...
0
votes
2answers
112 views
Crystal Reports - Count Formula
I am developing a report in Crystal and I need to do a count on a particular field that has several different statuses. For example, I have a "StatusType" field in my report that contains values that ...
0
votes
1answer
48 views
My Crystal Report is not getting refreshed while passing parameter?
I have created my Crystal Reports using SQL query in Crystal Reports itself, by passing two parameters, i.e, say for eg:- Month & Year.
While I preview the report, I can able to navigate through ...
0
votes
1answer
39 views
Crystal Report NOT Clause
I am trying to run a crystal report 8 with the following sql clause. This query runs fine and gives me the accurate results when using query analyzer.
`WHERE(A_INVENTORY.Location_Id = 'JNARC')
...
0
votes
0answers
48 views
Crystal Reports No Printer On Regarding Page Size
I am having a report which can not be fit to A4(Landscape) mode.
I want set No Printer On and need A2 Size as my requirement is above 25(inch).
I want A3 Listed over there. (Note: There is no ...
0
votes
1answer
53 views
Crystal Reports database field length
I'm running a Crystal Report connecting to a SQL Server 2005 database.
When I use Standard Report Expert and added my SQL Server table and clicked on 'Browse data', the field length seems to be double ...
0
votes
0answers
24 views
how to arrange x axis values with an angle in crystal Report 13 charting
I have a chart in crystal report 13.0 which have x-axis as dates.If I want to show monthly data, dates gets overlapped and can not understand chart. I want to arrange x axis with angle of 45 degree. ...
0
votes
2answers
48 views
How to change the value
Using Crystal Report 9
Column from table
ID Qty
01 100
02 300
03 200
...
...
From the above table, i want to make a qty = 0 if id = 3
If id = 3 then qty = 0
How to make a formula.
Need ...
0
votes
0answers
167 views
VB.Net 2008 Crystal Report Subreport Doesn't Show
I'm trying to create a Report with 2 subreports in the main report. What I'm trying to do:
myRpt.Load("C:\Report\rptContract.rpt")
myRpt.Database.Tables(0).SetDataSource(dsData.Tables(0))
...
0
votes
0answers
64 views
Is it possible in CrystalReports 8.5 to set suppress formula (or any other formula under “x+2” button) at runtime?
Is it possible in CrystalReports 8.5 to set suppress formula (or any other formula under "x+2" button) at runtime?
I know I can do a workaround, for example create a parameter field, type in (at ...
0
votes
0answers
237 views
how can i export crystal report file using vb6 to pdf with a password?
i am trying to export programmatically a crystal report file to pdf and i wanna know how to add a password so that it cant be open by anyone. here's is my code snippet.
Dim OutputFileName As ...
0
votes
3answers
101 views
How can I specify an arbitrary sort order without grouping?
I've been tasked with cleaning up a report that shows a summary of ticket sales by payment method used. One of the requirements is that I put the "Cash/Check" category on the bottom of the list, with ...
0
votes
0answers
184 views
How to call Subreport in a Crystal Report using C#
I have to generate a subreport within a crytsal report 8.5 using C#. Its a requirement to use the 8.5 version of Crystal Reports. Am using the dll CRAXDRT.dll for connecting with Crystal Report 8.5. ...
0
votes
0answers
55 views
Crystal report genaration time (Quarry Time)
Im trying to develop a crystal report viewer control to avoid the installation of the crystal report software on each and every client computer to limit the ad hoc report which is created by the users ...
0
votes
0answers
68 views
visual basic connect ctystal report - Error : “method or data member not found”
Private Sub MDIForm_Load()
show
Me.BackColor = &H80000005
HideTBButton "", True
frmShortcuts.show
CrystalReport0.**Connect** = "westranet.westham.com.my" & ...
0
votes
1answer
175 views
crystal reports, populating a column
I have a crystal report which fetches data from a table. It is then displayed in a tablular format. Now I want to add a new column in the report. The values for the new column will be based on the ...
0
votes
2answers
762 views
Exporting Crystal Report to PDF throws error: Error detected by export DLL: (541)
We have several Crystal Reports (version 8.5) that we run from VB6 and VB.Net. Most of these work just fine to export to PDF, but two reports (out of many) throw this error when exporting to PDF:
...
0
votes
1answer
996 views
Crystal Report viewer- Server has not yet been opened
I Have a vb6 application using crystal report 8.5 and sql server 2005.My issue is that when I print report i get Server has not yet been opened.Here is my code in vb.:
Option Explicit
Dim ctr As ...
0
votes
2answers
1k views
Summation of Sum Formula in Crystal Report
I did a summation in one formula say Formula1. Now i created Formula2 which would do summation of Formula1 as Sum({@Formula1}).
But the crystal report gives the error as "The Field could not be ...
0
votes
1answer
438 views
Addition of string fields in Crystal Reports
I have a column name Amount whose values are sometimes like 400(300) and hence the data type is string in Crystal report.
Now i wish to do summation of Amount Column.How to do that?
the ...
0
votes
1answer
324 views
Crystal report Multiple Queries
I Want to show result from multiple tables from database but how to set property (Setdatasource) for the same in vb.net. Iam using visual studio 2008 back end sql compact 2005
thank you
0
votes
1answer
90 views
Crystal Reports select statement help
I'm attempting to add the MV_AgeBased and the MV_FeeInLieu columns, however some of the columns may have null or empty in the db, this results in bringing back zeroes for that CodeEntity. Any ...
0
votes
2answers
173 views
Crystal Decision Registration Wizard
I have Upgrade my report file Crystal Report 8.5 to ver.-9.00. Report files are intragated with vb6(No external .rpt file). From many reports i upgrade 18 report file. When i run the project 18 ...
0
votes
1answer
156 views
Why my report has strange fonts when I export it to PDF file?
Hi
I have a report which has been created by Crystal Reports 8.5.
When I run my application (vb6) and wanna show the report, every thing is all right but problem begins when I export it to PDF file. ...
0
votes
2answers
382 views
how can we pass data from crystal report(8.5) to vb form
I made Invoice By Crystal Report v8.5 (Vb6 & Access). There is item Name and Price. At last Net Payable Amount:500(Exp), I need to Show In words(Five hundred). Crystal built in Function is not ...
0
votes
1answer
152 views
How can I display a string which excess 254 chars in Crystal Reports 8.5?
hi
How can I display a string which excess 254 chars in my report created by crystal reports 8.5?
My application that shows the report ia a vb6.0 application.
Thank you
0
votes
2answers
390 views
Pass sub report fields to another sub report?
I have a pretty complex report. I have managed to create it up till the 1st sub report. Now I have to summarize the 1st sub report's fields inside a 2nd subreport 'horizontally'.
1) How do I pass the ...
0
votes
2answers
816 views
Problem using VB6 and Crystal Reports
HEllo,
i have a small problem:
i have a Crystal 8,5 Report in a VB 6 application. About 2 days ago, all worked like a charm.
Since this morning, whenever i press View REport, it shows on screen but ...
0
votes
1answer
325 views
Negative zero using Crystal Report ToText()
Using Crystal Reports 8.5 on Windows Vista or 7, I'm using the ToText function to report a value:
totext(Sum ({ap121w7.yrentamt}, {@type1099})*100,"000000000000000000")
The result (if yrentamt is ...
0
votes
1answer
678 views
Exporting a report from Crystal 8.5 causes the report to first refresh, then export, with unexpected consequences
We have a VB6 application that can generate reports using the Crystal Reports 8.5 runtime. To generate one of the more complicated reports we have, the VB app does the following:
Deletes records ...