mmaz
Programmer
- Nov 22, 2000
- 347
Hello,
I built a report (CR 8) that uses 2 ttx files. The second ttx file will only hold a logo that will be displayed in the report header. This logo will be set at runtime.
I'm calling that report from an ASP and passing it a recordset. The problem is, Memo fields will not be displayed correctly on the web. If, for example, I have a field called "Description" of datatype Memo in CR (but datatype "text" in SQL Server) and the first value for Description in the recordset is "Hello", than the description for all the records will show up as "Hello" on the ASP.
I'm getting the correct values in my recordset, they're just not being passed correctly to the report.
Also, this will only happen if I have dropped fields from both ttx files on the report. If only fields from one ttx file are on the report, the Memo fields will be okay.
Any suggestions as to how to fix this problem? Having 1 ttx file is not an option and I'm now considering building a sub report just for the logo, but would much prefer finding a quick solution.
I've contacted Seagate, they've looked at my queries, reports, ttx and ASP code, everything is okay. HELP!
Marie
I built a report (CR 8) that uses 2 ttx files. The second ttx file will only hold a logo that will be displayed in the report header. This logo will be set at runtime.
I'm calling that report from an ASP and passing it a recordset. The problem is, Memo fields will not be displayed correctly on the web. If, for example, I have a field called "Description" of datatype Memo in CR (but datatype "text" in SQL Server) and the first value for Description in the recordset is "Hello", than the description for all the records will show up as "Hello" on the ASP.
I'm getting the correct values in my recordset, they're just not being passed correctly to the report.
Also, this will only happen if I have dropped fields from both ttx files on the report. If only fields from one ttx file are on the report, the Memo fields will be okay.
Any suggestions as to how to fix this problem? Having 1 ttx file is not an option and I'm now considering building a sub report just for the logo, but would much prefer finding a quick solution.
I've contacted Seagate, they've looked at my queries, reports, ttx and ASP code, everything is okay. HELP!
Marie