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 gkittelson 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. rschaeferhig

    Invalid ProdID after upgrade to Office 2003--URGENT

    Turns out our intrepid Infrastructure group neglected to determine which Office components were installed prior to uninstalling Office 2000. They installed their standard build of Office 2003 which did not include PowerPoint. I had them add in all the remaining Office components so as not to...
  2. rschaeferhig

    Invalid ProdID after upgrade to Office 2003--URGENT

    I have an ASP/VBScript web app that instantiates a PowerPoint session through "Set ppApp = Server.CreateObject("PowerPoint.Application")". This is running on a Win2K server that was running Office 2k. Last night our intrepid Infrastructure folks upgraded Office to Office 2003 and now my app...
  3. rschaeferhig

    CDO CreateMHTMLBody not picking up changes

    That change worked like a champ! Thanks!
  4. rschaeferhig

    CDO CreateMHTMLBody not picking up changes

    tsuji, Thanks for the tip. I'll give that a try with the server set back to it's normal setting to see if that works. I'd rather have a fix in the app than to modify the server.
  5. rschaeferhig

    CDO CreateMHTMLBody not picking up changes

    I was able to fix this by setting the HTTP Headers in the Virtual Server to Expires Immediately. This forces the web server to serve a new copy of the page every time regardless of whether or not it thinks the page was modified.
  6. rschaeferhig

    CDO CreateMHTMLBody not picking up changes

    Thanks for your quick response, but the web server is a corporate web server hosting dozens of production applications. Refreshing it on the fly isn't practical since it breaks the sessions of all connected users. Also, do I really want an end-user of a web application somehow refreshing a...
  7. rschaeferhig

    CDO CreateMHTMLBody not picking up changes

    I'm using CDO to construct a mail message using the method: msg.CreateMHTMLBody("URL") where URL points to an HTML file on an IIS web server. I send the message and the content agrees with what's on the web server. I make a change to the web page, run my ASP page again to build and send a...
  8. rschaeferhig

    I have a SQL table that is the data

    I have a SQL table that is the datasource for a CR9 report. The report groups based on three fields, A, B and C and sums the values of fields D, E and F. I'm not interested in the detail so I put the Group Name fields for A, B and C as well as Running Totals that reset on change of A for each of...
  9. rschaeferhig

    How to dynamically set printer in CR9

    I have a report I need to print on a scheduled basis directly to a printer. The problem is I need to dynmically set the printer based on a database field. The CRReport.PrinterName property is read-only. Anyone know how to direct a report to a specific printer? I need to do this in VB6 in a...

Part and Inventory Search

Back
Top