Questions tagged [crystal-reports-9]
10 questions
1
vote
0 answers
Crystal report generate report containing image from database BLOB
our company has a VB6 program that uses crystal report CRAXDRT9.dll v9.2.0.448 to generate report, yes we are using Crystal Report 9.
so today I am trying something new, inserting image into the report from database BLOB field. I have tried putting…

Jimmy Chi Kin Chau
- 153
- 1
- 13
1
vote
1 answer
Invalid TLV Record VB 6.0 CR9
I currently am getting the error:
Invalid TLV Record
When running the following block of code:
Private Sub PrinttoFile_Click()
Dim crApp As CRAXDRT.Application
Dim crRep As CRAXDRT.Report
Set crApp = New CRAXDRT.Application
Set crRep…

Daniel Camburn
- 85
- 1
- 3
- 10
0
votes
1 answer
Crystal Report Layout Printing Different
I have been working in SSRS most of my reporting career and have only had some experience in Crystal 9 and haven't been able to find the resources to assist me.
I have to rework a report for a customer and cannot start from scratch. The report is…

s_mcc
- 11
- 1
- 6
0
votes
0 answers
Crystal Reports 9.0 .rpt to Excel
Earlier i had repeated page headers in a single excel sheet. I suppressed the page header and page footer after the first page. After suppressing the alignment of some columns values changes from the line where the first page ends and values are not…
0
votes
0 answers
Why would my report render in Crystal Reports 10 and not in version 9?
I have a Crystal Report that queries a 64 bit SQL Server 2012 database. The data source is a stored procedure with one parameter. The procedures's code takes the parameter and sets it to a local variable to avoid the issues encountered when directly…

RoastBeast
- 1,059
- 2
- 22
- 38
0
votes
1 answer
Missing Field In Crystal Reports
I have a report with a field that does not display. In the Report Explorer, the field displays with a red arrow as seen in the image linked to below. The report pulls from a stored procedure. I do not see the required fields in the crystal reports…

Kiera Smith
- 301
- 1
- 5
- 15
0
votes
2 answers
Extracting numbers from a string in crystal reports 9
I am trying to perform a quick fix for a client. We have a report field that shows tolerance values in strings like +/-20 , -19 +18. This is in micrometer and the client wants it in millimeter. So i need to divide only the numeric part of this…

Vijay Raghavan
- 53
- 11
0
votes
1 answer
Crystal report export to excel : unable to read file
I am using vb6 program to export a crystal report to excel sheet.After running the program the exported excel sheet is unreadable. getting the error "Unable to read file"
CrxRep.DiscardSavedData
CrxRep.ExportOptions.DestinationType =…

Jeyaganesh
- 1,334
- 5
- 26
- 48
0
votes
1 answer
Formula Field Not growing when in the same page footer as a sub-report
Basically, I have a formula that runs while printing records, that can print 0-3 rows using chr(13) and global stringvars to form a final string (tried with chr(10) and chr(13)), in the same page footer as a sub report that can have anywhere from 0…
0
votes
1 answer
Crystal Reports, Cross tab
I am not getting correct results on Google as I am not able to put correct keywords for my query. Same applies for Stackoverflow too. So I am putting in my question.
In report footer of crystal reports, I am using cross tab. I am expecting output…

Pratik Kaje
- 685
- 8
- 23