Here is the code I use to set the formula for {@Col 1}:
set formulafields = session("oRpt").FormulaFields
For i = 1 to formulafields.Count
match1 = strcomp(formulafields.Item(cint(i)).Name,"{@Col 1}")
If match1 = 0 then
formulafields.Item(cint(i)).text =...
My connection string is okay. It works fine under "normal" circumstances. I get the error on one report where I am trying to add/change a formula through ASP. There is obviously something about the way I am creating the formula that makes the server complain.
Does anyone know of a comprehensive guide for determining what is wrong when the dreaded "An error has occurred on the server in attempting to access the data source" message comes up in ASP? I think I saw one somewhere once but maybe i was imaging it.
Export to PDF seems to only work from within the report designer. I tried running a report through ASP and then exporting from the smart viewer with no success? Am I doing something wrong?
Has anyone out there used/evaluated ReCrystallize? What are your thoughts? Does it put results in a .html file or does it open Crystal in "preview" through a browser?<br>
<br>
All opinions are appreciated.
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.