JCruz063,
Using the web config, ODBC (SQL Server)setting mentioned before in an existing C# web app, I currently have a aspx page as reportSelector which retrieves from the db a list of the existing reports. Based on the selection in this page I pass the info to a reportViewer aspx page that...
Hello,
Here's what I'm using in my web config file. Line 3 is the name of the ODBC connection used by Crystal. The ODBC connection must be a system dsn not user dsn. Replace the sqlbox_name, database_name, system_dsn with your info and insert into the web config.
1 <appSettings>
2 <add...
JCruz063,
Does the report run in Crystal 10 using the MySQLODBC connection? If so, then the next place to look at is the web.config file.
What's getting passed in the debugger.
Jim,
Yes on both of your questions.
The error was in my typing of the @codesaccum formula. I've
corrected it and I'm getting the desired result.
Thank you lbass for the solution and Jim for your reply.
Ron
Your prompt response was much appreciated. Everything seems to be working until I get to the group footer section.
The issue seems to be with left(codes),len(codes)-2);
If I use the -2 then the last number in the result is trimmed(as shown below 1201799 which should be 12017991). Is this...
Hello,
Needing help to solve this issue in Crystal Reports 9 and MS SQL Server.
Example: I have several tables linked on the report two of which are Authors and Codes. Authors has author_id and Codes had code_id with author_id as FK.
For each author_id I obtain multiple Code(code_id) records...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.