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 Chriss Miller 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: *

  • Users: medox
  • Content: Threads
  • Order by date
  1. medox

    HOSTNAME works IP DONT

    Hi -- I have two webserver that need to talk to each other using MSXML 4.0. When I'm connecting using the hostname: (e.g. Set xhttp = Server.createObject("Msxml2.SERVERXMLHTTP.4.0") xhttp.open "POST", "http://myhost/GetX.asp", False ), works fine, but it wont work if I try to use the IP address...
  2. medox

    XML - Cant Connect Using IP address

    Hi -- I'm on the process to upgrade our webserver. My problem is happening when I'm testing the XML calls. Im using MSXML 4.0. If I try send ("POST") the xml data to a 2nd server and I use the server IP instead of the hostname, the connection fails. Any clue how can I add permission from my new...
  3. medox

    ASP & JSP... help

    I have two web servers running, one holds an application that stores scanned images and the other is the Web site that displays these images. Im using ASP and XML to communicate and retrieve data from the image server. The problem is that the Image software provider changed its technology for...
  4. medox

    Server hangs when exporting for MS Word (.DOC).

    I’m experiencing and anomaly when I try to export a report in .DOC format. I can export for Excel, PDF or RTF just fine, but when it goes to .DOC, the server hangs and I have to reboot. Did anybody face a similar problem? Thanks, ///edox
  5. medox

    Group on Server

    We have a huge Datamart that takes forever to retrieve all information, we decide to Group on Server and only display summarized results. It works fine if I create a report using the report designer. Now I need to create the same reports using RDC, does anybody knows how to set the...
  6. medox

    How to retrieve information from the report

    Im using CR 8.5 to dinamicaly generate reports for a Web application. Unfortunately there are some situations (parameters selected by the client) that generates a blank report. I'd like to know if there is any way to retrieve information from the report and then, if its blank, display a text...

Part and Inventory Search

Back
Top