Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by MBurns

  1. MBurns

    Troubleshooting "An error has occurred.."

    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 =...
  2. MBurns

    Troubleshooting "An error has occurred.."

    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.
  3. MBurns

    Troubleshooting "An error has occurred.."

    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.
  4. MBurns

    Any luck with PDF in v 8.5?

    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?
  5. MBurns

    Crystal on the web

    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 &quot;preview&quot; through a browser?<br> <br> All opinions are appreciated.

Part and Inventory Search

Back
Top