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 bkrike 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: MrGoodbyte
  • Content: Threads
  • Order by date
  1. MrGoodbyte

    Reports and Reporting Tools

    Hi Guys, I am trying to get a reporting tool for printing reports. The reporting tool needs to have a good Designer interface as well as be able to get data from a disconnected recordset. Output to PDF would be an advantage. If anyone knows of such a tool please could you respond to this post...
  2. MrGoodbyte

    Manualy script a table so you can add fields

    I need to script a table through code so that I can add fields to the table. eg. If I have a table like this: Field1 int (Primary Key) Field2 char(18) Field3 char(3) I need to generate a script that looks like this: Create Table Blah ( Date...
  3. MrGoodbyte

    Excel Integration with IE5.5 - Calculate Method Fails

    When opening an Excel Spreadsheet within the Web Browser it gives us the following error: Method 'Calculation' of object '_Application' Failed The code that causes this error is : Application.Calculation = xlManual Any help with this error would be appreciated.
  4. MrGoodbyte

    Sending email from vb using a custom outlook form

    Hi Guys, I am in a bit of a bind. I need to send an e-mail message using outlook from VB. Easy you say? Well heres the problem, I need to send this e-mail using a form which I have designed using the standard mail form as a template. It doesn't even have to be an automated send, it can open up...
  5. MrGoodbyte

    Sending HTML mail using CDO

    Hi There I am using the following code to send an e-mail in VB. It works 100% except that I need to send embedded HTML. If I send embedded HTML then it actually shows the tags. I saw some sample code to send HTML using CDONTS but I cannot get CDONTS to work at all on my pc. Thanks in advance...

Part and Inventory Search

Back
Top