Hello,
I need the help from you! I would like to delete the first two records. I have tried this:
DELETE FROM LoggingData WHERE (SELECT TOP 2 * FROM LoggingData ORDER BY DateAndTime)
Please help!
Hello jkspeed,
I tried with excel as well. So if you ran the script and by misstake click on the excel sheet the BrowseForFolder will end in the background :(. For me it is easy to get it up but the user that will use my application maybe does not know about it :(
ohh, what is HTA ?
Thanks!!
Thanks again jkspeed! You are so helpful!!
If you click on the side of the browse folder dialog could end up in the background ... Could that be prevented in some way ? And you do not get it up if you press the button again :(
Hello Nu2java,
Yes, I create the text file with vbsscript. Do you have any idea if it is possible ?
I tried instead to open where to choose the directory with the code below, but the dialog is coming in the background, can I make it to be on top ?
Dim AppShell
Dim BrowseDir
Dim Path...
Hello,
I have created a text file which I would like to save by chhosing in the pop-up save as dialg. How do I get up the save as dialg box ?
Regards
Per
Hello all,
I really ned the help from you! This is what I want to do:
1) Open internet explorer with a html file
2) Print the html file
3) Close the internet explorer
Or can I print the html file direct ?
I have manage to do set 1 with this code:
Dim objExplorer
Set objExplorer =...
Yes, but I can not find any good example....
This does not work, how to create the connection string ? How to create the tables ?
Dim str
Dim conn, rst
Set conn = CreateObject("ADODB.Connection")
conn.ConnectionString = "Provider=MSDASQL;DSN=WINCC;UID=;PWD;"
conn.CursorLocation = 3
conn.Open...
Hello all,
I really need the help from you! I would like to do the following from a VBA script:
1) Create an SQL database with UID=User and PWD=Password
2) Include a table in the database
I have serached the forum but I can not find anything
Please help!
Per
Hello xwb,
Thanks for the response. Maybe I explained alittle bad. My application will be on two monitors. The two minitprs work independent. I would like to have button on each monitors that prints the contest of that monitor.
Regards
Per
Hello,
I have an application there I would like to print the screen. It is possible from VBScript to print the screen ? I have two monitors to my application, can I seléct which monitor I would like to print ?
Thanks Per
Hello, is this possible:
I would like to get even space between words.
Ex:
Row1 Text1 Test2 Test3
Row2 NewText1 NewText2 NewText3
I would like the words to line up as abowe, is that possible ? I tried to put in spaces, but with ni luck. Can I use tab instad ...
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.