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 TouchToneTommy 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

    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...
  2. 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...
  3. 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...
  4. 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