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...
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...
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.
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.