Hi all,
I am using the following code to print a html site through the Internet Explorer.
Dim mObjInter As SHDocVw.InternetExplorer
Set mObjInter = New SHDocVw.InternetExplorer
Call mObjInter.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, 0, 0)
Set mObjInter = Nothing
The problem is...
Hi,
I want to type a date in a access table. The table has a column formated as date. Then I type in the following date: 14.08.03 07:44:29 it works fine.
But then I try 14.08.03 00:00:00, Access cuts the time and it looks like 14.08.03. But I want the time to be display. Does anybody know a...
Hi,
I am using the MyODBC driver to connect to a MySQL-Server via ADO and VB.
Now I tried to use the MyOleDB driver which should result in a better performance. Here is the code.
Dim dbconn As ADODB.Connection
Dim adoRecordset As ADODB.Recordset
Set dbconn = New ADODB.Connection...
Hi,
I have two SQL-Server, mySQL and MSQL-Server, and I want to execute a query with a join over two tables out of both SQL-Server. One table is a mySQL table and the other is a MSQL-Server table.
In Access I can connect the MSQL-Server Table (ODBC) in the Access DB and can execute the query...
Hi,
I have a stupid question. I was testing the delete command
in excel and have run the following code:
Dim oBar As CommandBar
Set oBar = Application.CommandBars("Worksheet Menu Bar")
oBar.Controls(6).Delete
It really works fine, but how do I get back my menu. Can
somebody help?
Thanks
Hi,
I have a problem with mircosoft mschart component. I want to set a long footnote with linebreaks. Does anyone know
if that is possible ?
Thanks
Best Regards
Thomas
Thanks for you fast respond, but then I tried it that way, it didnt work in any browser.
<font color="red"><a href="index.html">test</a></font>
This PDA a Compaq by the way seems to ignore the <font> tag I dont know why. I can only change the link color by setting the color...
Hi,
I am using the following code to change the color of a link
<a href="index.htm"><font color="black">Test</font></a>
It works really good on any desktop browser, but then I want to view it in a PDA-Browser (e.g. on a Palm) The links only get the standard color. I don't...
I want to start a wscript out of a ASP. I created an instance of the Wscript.shell object.
<%@ Language=VBScript %>
<%
OPTION EXPLICIT
dim intReturn
dim objWsh
Set objWsh = Server.CreateObject("WScript.shell")
intReturn = objWsh.Run "D:\Test.vbs", 1, True)
Set...
I am calling a function of a vb-activex-exe out of a ASP-script initiated by createObject. This function can take some time, about 10 to 20 seconds. What I need is the information if the user has stopped the request so that I can stop the function. In the ASP-script I can get this information...
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.