Like I mentioned in the question .. there is nothing in the report. Its an empty report whatever VS wizard creates when u add a new report to project.
Main Topics
Browse All TopicsHere is the error I get:
Crystal Report Windows Forms Viewer
--------------------------
The remaining text does not appear to be part of the formula.
Error in File C:\DOCUME~1\viper\LOCALS~1
Error in formula <Record_Selection>.
''
The remaining text does not appear to be part of the formula.
--------------------------
Using CR shipped with VS2005 on Windows XP SP3
The report has no formula. It has simple header text, footer text and some body text. Just informational page. This has been working for more than a year now. All of a sudden few users have reported this error and now we can reproduce on development workstations as well.
Any help or suggestions will be appreciated. Will be adding more points for answer.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
You didn't specifically mention the record selection, and since the error referred to "Record_Selection", it seemed like the obvious place to start.
Can you post a copy of the report so that we can take a look at it? If you're going to do that, you'll need to change the file extension from RPT to something else, like TXT (EE only accepts certain file types and RPT is not one of them). You could also add a note to the file letting people know that the extension needs to be changed back to RPT.
James
As I mentioned there is no record, database or anything. Just an empty report that is generated by Visual Studio whrn you insert a report into the project. Nothing else...
Anyways ... I have solved the problem now. The issue was caused by one of XP SP. It rebased crytal's dlls. That caused unexpected code excution path inside crystal COM objects that generate reports.
Business Accounts
Answer for Membership
by: James0628Posted on 2009-06-08 at 19:53:45ID: 24577924
Can you go into the report and see what, if anything, it says in the record selection?
Does the report have any subreports? If so, they will have their own record selection and the error could be coming from one of them.
James