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 Mike Lewis 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. csirman

    Setting Report Properties

    I have an app written in ASP on WinServer2003 SBS and CR10. I have been able to successfully change some of the report object's properties via my ASP code, but not others. For example: This does NOT Work: session("oRpt").SQLQueryString = SQLString This DOES work: (Meaning I read but not write...
  2. csirman

    Urgent! ADO Recordset Issue

    I'm really need some urgent help with this. My enviornment is Windows Server 2003 (Upgraded from Windows 2K Server), CR10 ( CR9 was uninstalled prior to install of v10) I had many reports working great through my ASP application, but since the upgrade, the recordset cannot be read for some...
  3. csirman

    Urgent! CR10 and ADO Recordset not working!!

    Can someone please tell me what is wrong with the following? Everything works great, except, the report does not read the recordset passed. It errors out if I use Discardsaveddata. I have verified that there are valid records in the recordset. I have tried to set the report up as ADO and RDO...
  4. csirman

    Urgent! Passing a RecordSet to a report via ADO

    Can someone please tell me what is wrong with the following? Everything works great, except, the report does not read the recordset passed. It errors out if I use Discardsaveddata. I have verified that there are valid records in the recordset. I have tried to set the report up as ADO and RDO. It...
  5. csirman

    CR10 Windows Server 2003 and OLE

    We recently upgraded our server from 2000 to 2003. We are running an ASP app on a SQL Server 2000 database with CR 9 and using the ActiveX viewer to see the reports. After upgrading the operating system, one of our reports ceased to work. It involved a linked OLE Microsoft Word document. It...
  6. csirman

    SubReport Blank on the Web

    I have developed an ADO CRv9 report to be deployed via the Web. The report has one included sub-report. When the report is run in the designer, all works well. When deployed, everything works but the subreport - NO DATA. Since I pass both reports the necessary data via record sets, I'm assuming...
  7. csirman

    RedHat/Apache - Website Setup - What am I missing?

    That's because I fixed it! :) Actually there were several minor issues with the above. Corrected here: ---------------------------------------------------------- #Start in /home as a user with root privledges #Create the user and assign them to their group and the #apache group...
  8. csirman

    RedHat/Apache - Website Setup - What am I missing?

    I've got a RedHat 8.0 Linux box runing the latest version of Apache. I'm trying to setup a new user/website. So far creating the user/website is no problem, but I can't hit the site from the browser. What am I missing?? This is what I'm doing: I have a website registered: www.getinvest.com it...
  9. csirman

    Active X Viewer problems

    This is the code snipit I used that worked everytime... but the viewer is not downloaded from my server. I did this as a test to see if I could get it to work. <OBJECT ID=&quot;CRViewer&quot; CLASSID=&quot;CLSID:C4847596-972C-11D0-9567-00A0C9273C2A&quot; WIDTH=100% HEIGHT=95%...
  10. csirman

    Active X Viewer problems

    I feel your pain... Question, on the machines where it works, does it download the viewer correctly?? Or was the viewer already installed? From InterNet Exployer, got to Tools -> Internet Options, Settings Button, View Options Button. If the viewer downloads to the machine, your server is...
  11. csirman

    Smartviewer problems - CR8.5

    I have full admin access on all machines. Here is the interesting part. I've played with the location of the .cab file that is identified in the CODEBASE. If I leave it at &quot;/viewer/activeXViewer/activexviewer.cab etc.&quot; It works on the WIN98 machine just fine, but not on the WIN2K...
  12. csirman

    SQL Designer Error Log - WHERE?!?

    This may be way off base, but used to get the exact same error with Photoshop. I had installed a network printer on my laptop and when I was not connected to the network, and tried to run Photoshop, I would get this message. Connect to the network and everything was fine. I switched the default...
  13. csirman

    Smartviewer problems - CR8.5

    Yes, I upgraded from version 8 to 8.5. Yes, all the machines have internet access. On the WIN98 machine, I can delete the viewer and then request a report. The smartview will then download and show the report. On the WIN2000 machine, the viewer is not listed and when a report is requested...
  14. csirman

    Smartviewer problems - CR8.5

    I have a problem with getting the smartviewer to download to the browser. All I get is a blank, grey screen... but read the following!! I'm using NT server 4.0 as the Web server. I have two other machines connected to the internal network. One Win98 and one Win2000. All with the same versions...
  15. csirman

    Smartviewer problems - CR8.5

    I have a problem with getting the smartviewer to download to the browser. All I get is a blank, grey screen... but read the following!! I'm using NT server 4.0 as the Web server. I have two other machines connected to the internal network. One Win98 and one Win2000. All with the same versions...

Part and Inventory Search

Back
Top