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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. gonsales

    MS-W2K FATAL ERROR

    Hi! I've got the same error, but I don't kwon how to solve it.... Can someone help me??? Thanks!!!
  2. gonsales

    Selection Formula.....Help, please!!!...

    Hi! I've got a CE9 server and a IIS server. I would like to display reports on my intranet using ASP pages. With CE8 I used URL Commands, but I should use COM viewers with CE9. I display reports, but I can't use "selection formula" (with URL commands I used 'sf=....'). I've tried with...
  3. gonsales

    "Class not registered" ???? I'm going crazy!!!

    I'm going crazy..... Code of "Logon.asp" of CE9 samples. Function GetReportDoc(ReportName) On Error Resume Next Set IStore = Session("IStore") Set rptappfactory = IStore.EnterpriseSession.Service("", "RASReportFactory") Set...
  4. gonsales

    Selection Formula.....

    My code: Set objectFactory = Server.CreateObject("CrystalReports.ObjectFactory.2") Set iStore = Session("iStore") Set result = iStore.Query("Select SI_LAST_SUCCESSFUL_INSTANCE_ID From CI_INFOOBJECTS Where SI_NAME = '" & targetReport & "'" & " And...
  5. gonsales

    Selection Formula.....

    Thanks, but I get a "Invalid Pointer" error message when I assign viewer.ReportSource = oReportClientDoc.reportSource My code: Set reportFactory = iStore.EnterpriseSession.Service ("", "RASReportFactory") dim oReportClientDoc dim oFilter...
  6. gonsales

    What components should we install???

    Thanks...but.... I've read that document, and I've done what it explains....and....BAD RESULTS!. I get an error message on my ASP pages: "CrystalReportViewer.Invalid pointer" What's wrong??????
  7. gonsales

    Selection Formula.....

    Hi!. I want to change the SelectionFormula of a report, but I couldn't do it!!!. I've tried in two ways: With reportViewer .ReportSource = reportSource .EnterpriseLogon = iStore.EnterpriseSession .IsDisplayGroupTree=false .IsOwnPage=true .SelectionFormula="{Table.Id}=5&quot...
  8. gonsales

    What components should we install???

    Hi!. We've got a CE9 server, and a IIS server. We want to display the reports that are stored CE9 , in our intranet. Which components should we install on IIS server to display that reports (using COM viewers)?? Web Server Connector?? Web Component server?? both of them??? Thanks
  9. gonsales

    Build a "standard page" to display differnt kind of reports

    Thanks, but...you're using "URL Reporting" and it's "deprecated" on CE 9...(unfortunately). I should use "Crystal COM Viewers" to display reports. And it's more difficult than URL reporting (unfortunately, too)
  10. gonsales

    Build a "standard page" to display differnt kind of reports

    Hi!. We've got different kind of reports in a CE9 system: with parameters, with selection formula, without parameters...and I should do a single ASP page to see that reports in our intranet. I've seen "simple" pages to see "simple" reports with Crystal viewers. Where could I...
  11. gonsales

    URL reporting on CE9

    Hi! We were using CE8 with URL reporting, but in CE9 I haven't found anything about it. I've read how to use COM viewers, but it's quite difficult to use them... Could I use URL reporting on CE9?? SHOULD I use it??? Thanks!
  12. gonsales

    URL Reporting and CE9

    I've been testing URL Reporting on CE9 and.... it works!!!!!! The only thing that I should change is the way to get information from CE's BD.... Should I use URL reporting?? COM viewers are so difficult to use....
  13. gonsales

    URL Reporting vs COM Viewers

    I've been testing URL Reporting on CE9 and.... it works!!!!!! The only thing that I should change is the way to get information from CE's BD....
  14. gonsales

    URL Reporting vs COM Viewers

    We are using URL reporting with CE8 to see reports. It's very easy for the programmers. With three or four commands, you could do lot of things. Now, with CE9, URL Reporting is not possible. And to use COM Viewers, so difficult!!. -log into the system -pass parameters using PluginInterface...
  15. gonsales

    Selection Formula COM viwers

    With ActiveX I use "sf" command to set the selection formula to my reports, but I don't know how to do it with COM Viewers.... I've found how to pass parameters - Set reportInterface = reportObject.PluginInterface("") Set NewValue...
  16. gonsales

    Parameters stop at 50 records

    Sorry, but... How could I pass parameters to my reports with ASP? With ActiveX I use "AddParameter", but I don't know how to do it with Com Viewers Thanks!!
  17. gonsales

    Pass parameters with COM viewers

    How could I pass parameters to my reports? With ActiveX I use "AddParameter", but I don't know how to do it with Com Viewers Thanks!!
  18. gonsales

    Error in event viewer (Enterprise 9)

    I'm using COM viewers to see reports, and when I launch it, in "event viewer" of web server appears next error message: "The description for Event ID ( 35710 ) in Source ( Crystal_dllhost ) cannot be found. The local computer may not have the necessary registry information or...

Part and Inventory Search

Back
Top