What does it mean when we get the error message "Invalid
report version" when try to open a Crystal Report?

Answers were Sorted based on User's Feedback



What does it mean when we get the error message "Invalid report version" when try to op..

Answer / mlmcc

Crystal in its evolution has changed the report file format
several times.

In most cases the file format is FORWARD-compatible. By
this I mean a file created in Crystal 6 can be opened in
Crystal 6 or higher.

When the file format changes were major the format is not
BACKWARD-compatible. By this I mean a file created in CR 9
cannot be opened in CR 8 or before.

Crystal changed the report file format with CR 8 and CR 9.
The CR 9 change was because of the introduction of unicode
support.

CR 8 has the ability to save a file in CR 7 format.
Because of the support for unicode CR 9, 10, and XI cannot
save the file in previous formats.

Is This Answer Correct ?    5 Yes 1 No

What does it mean when we get the error message "Invalid report version" when try to op..

Answer / arumugavel

hi,


in my system crystal report 10.0 but i need
save this file into 8.0 version file? and how?


Thanks & Advance
Arumugavel M

Is This Answer Correct ?    1 Yes 1 No

What does it mean when we get the error message "Invalid report version" when try to op..

Answer / david

try this:

https://www.sdn.sap.com/irj/sdn/forum?forumID=300

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Crystal Reports Interview Questions

hi...to all i want to generate the two crystal reports one is employee and another is project. now i want to display the two reorts in a single crystal report viewer. i've tried using sub-reports but the page header is not avaliable in a sub reports.. so i want to display two separate crystalreports in a single viewer.. can anybody help me.. plz

1 Answers  


Is there a way to export the report formulas, like totals to excel?

3 Answers  


I am not able to see any image on Crystal Report at Run time. So how can I load any image which is saved in local disk so that it can be viewed at Runtime in Crystal reports?

5 Answers  


hi ... i've created one crystal report in windows form and one crystalreportviewer .. the following is my code.. in form1.cs file try { ExportOptions CrExportOptions; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\csharp.net- informations.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); } the above code is saving the file into pdf into specified path.. but i dont want to save a file i should get direct print preview and have a option to print .. As we do in web application using crystal report viewer clicking print and report will be opened in pdf.. and the click print.. i want the same function as we do in web application... i'm writing code in c#.net hope the above explaination will be understood clearly..

0 Answers  


how should i highlight a particular column in a report in actuate e designer report? It should be done dynamically while creating report Thanks in advance!!!!!!!!!!

0 Answers  


Explain basic steps required to display a simple report in crystal?

0 Answers  


Is it possible to export crystal report with linked subreports in one excel sheet?If yes,then how?

4 Answers   IBM,


Can anyone help me with an answer to this question? Where is the image located, after you've placed it on the report?

2 Answers  


Where can we find the log file generated when we run a crystal report?

0 Answers  


When looking at the join types in Crystal - what does it mean when you coose Enforce and Enforce To or Enforce From

3 Answers  


Where can we find the log file genertaed when we run a crystal report?

2 Answers   Microsoft, Wipro,


Is there a way to be able to change an image(company logo) dynamically in a report? Example if you have 100 reports, and with the market uncertainty if you anticipate that the company logo might change, how can you change the image just in one place and have this reflected in all the reports at run time?

0 Answers  


Categories