Re: Where am I going Wrong ?
i have never passed a recordset to a report before, every report i've ever made worked off of an odbc connection. i've been reading and i found that i have to convert my report to a report that uses a p2pmon.dll and i need to create a ttx file. can you please provide me with a sample project or a link on were i can get more detailed info.
Thank You,
Thomas
Re: Where am I going Wrong ?
Quote:
Originally Posted by thomas eicondev
i have never passed a recordset to a report before, every report i've ever made worked off of an odbc connection. i've been reading and i found that i have to convert my report to a report that uses a p2pmon.dll and i need to create a ttx file. can you please provide me with a sample project or a link on were i can get more detailed info.
Thank You,
Thomas
I believe if you are using version 9 and up, you don't need a TTX file. I actually wouldn't recommend passing an ADO recordset to a report. It was just a pain especially when you have sub reports. I mean, I have never been able to make it work with sub reports. Then again, I never really investigated it throughly.
Now, I mostly use ODBC and SQL sprocs for my report. Maintenance is a breeze. If you are using a SQL server as your back end, I could give you some codes as a walk through.
Re: Where am I going Wrong ?
i was able to get the report up and running, what type of issues did you have with subreports? i will need to have subreports.
could you please send me the code that you mentioned.
thank you,
thomas
Re: Where am I going Wrong ?
1- are you using stored procs in your report,i can't even see my stored procs in crystal when i'm creating a report.
2- do you populate the paramaters in your stored procs using parameters in your report?
3- how do you treat blank parameters. if my proc has 3 parameters (cust, division, salesman) and i only want to view the report filtered with 2 of the 3 parameters (division and salesman) how does the report react?
thank you,
thomas