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

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

3 Answers  


How to conditionally suppress a field based on whether a page number is odd or even?

3 Answers  


Explain the various components in crystal reports?

0 Answers  


I had an Interview yesterday for a Crystal Reports Developer position. Some of these I have not done in my reporting experience and I had just a half day's notice for the interview, hence no prep time :-( 1) 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 uncertainity 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 teh reports at run time? 2) What is a SQL expression? 3) What are field expressions and what are the diff types? (I looked this up in the internet and never found anything with regards to types of field expressions) The interviewer really got me confused as I felt he was not clearly setting forth his questions but it could be that I was unable to understand his wording of the questions. I expect a big zero from his feedback but I am hoping this is an experience for future interviews that I face in crystal reports when I do get some more lined up. Thanks in advance! Anita New Jersey, USA.

5 Answers   Barclays,


How to refresh the crystal report from the application ?

6 Answers   Satyam,






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  


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  


to ensure that all of the data from a field is displayed in a report text object you should do which of the following?? a) use the format wizard b) size the text object manually c) select the auto format option for the text object d) select the can grow option for the text object e) set the can grow option to the details section of the report

2 Answers  


How many Sub Reports added in One MainReport?

4 Answers   Amadeus, Aviva, CTS, Patni, Welkin,


How to open subreport in new ie window using hyperlink button. I used target=new; in the formula field. But it overrides the main window and show the report?

0 Answers  


Is there a size limit to creating a Crystal Report? If I run a statement report for all customers it will crash if there are too many customers. I can print all the statements if I select them in batches, but if trying to print all at once Crystal will crash after a few minutes.

0 Answers  


What are field expressions and what are the diff types? (I looked this up in the internet and never found anything with regards to types of field expressions)?

0 Answers  


Categories