Tagged Questions

1
vote
2answers
22 views

VBScript function to create a two-dimensional array, like GetRows does

This is asp classic using VBScript, and no, it ain't moving to .net anything, so don't even ask. OK, so the classic way to get data out of a database is to use GetRows: Dim MyRecords Dim rs, conn …
0
votes
3answers
34 views

VBScript: What is the simplest way to format a string?

I have the following format: Value1 is {0} and Value2 is {1}. I need to replace the numbers in the brackets with strings. This is easily done in most languages using string.Format or something along …
0
votes
1answer
18 views

excel macro to save as filename excel file and close open excel file

how to add a step at the end of an excel macro to save the processed excel file with name finaloutput.xls in given path on computer and then automatically close the active excel file without saving …
0
votes
2answers
20 views

Scheduled task error

I am getting error in scheduled task :"http://localhost:4625/DataUpdater.aspx.Error Message:Object reference not set to an instance of an object." Scheduledtask vbs script : Call LogEntry() Sub …
0
votes
2answers
19 views

“subscript out range” error (vbscript on pageload)

Hi, my name is Edd and I need your help. This error occurs on page load in my classic ASP application: Microsoft VBScript runtime error '800a0009' Subscript out of range: 'cont' …
-1
votes
1answer
31 views

VBScript: Function parameter list too long?

in VBScript, I've got a function like: Function InsertPerson(FirstName, LastName, Street1, Street2, City, State, Zip, x, y, z, a, b, c, d, e) When I try to compile this function, I get an …
0
votes
1answer
21 views

ASP Classic - Include VBScript page in a JavaScript page?

Hello, Is there a way to include a VBScript page into an ASP page written using Javascript? There is an ASP page written in Javascript, but our sidebar menu is written in VBScript. When I include …
1
vote
1answer
27 views

CDO.Message - “The transport failed to connect to the server.”

I'm working on a Classic ASP & Vbscript site that uses CDO.Message to send email in a function. I'm running into trouble with this function and am recieving the error, CDO.Message.1 error …
0
votes
2answers
38 views

javascript vbscript convert from rtf to html

Hi, Does anyone know of any vbscript / javascript implementations of a RTF to HTML converter? I have seen some in VB / c#, but cannot find any reference to a scripted version. Before I start to …
1
vote
3answers
49 views

vbscript How do I find “-” in a string and place characters that follow in a new string?

Hi all, I'm using vbscript, how do I find the hyphen character "-" in a string and place characters that follow in a new string? Basically my computer names end with a room number PC1-3 (room 3) , …
0
votes
0answers
21 views

Running vbscript from WPF’s WebBrowser

I have a WPF window that is hosting WebBrowser control. The Web page showing up has vbscript that is loaded when the Html's Body onload event It doesn't work for me, so I am calling the script with …
0
votes
1answer
21 views

How to terminate a process in vbscript

Hi, How can I terminate process using vbscript. PLEASE NOTE, I need to terminate process that runs under windows 64-bit environment as native 64 (not using select * from win_32_Process) Thanks,
3
votes
3answers
63 views

How do I pause VBS script while folder is deleted?

I'm writing a VBScript for SyncBack (backup utility) in which I am deleting old versions of a backup. '' # if current version is greater than the total allowed number of versions, '' # delete …
1
vote
2answers
24 views

Asp website with vbsript functioning differently on different servers

Hi there, I am currently trying to move a web site from one server to another, one of the asp pages contains some vb script that looks like this: Dim oSearch 'AS Object Dim strXML 'AS String …
1
vote
2answers
37 views

Retrieve all users from Active Directory (LDAP) using vbscript

Hi, How can I retrieve all users from ActiveDirectory using vbscript?

1 2 3 4 5 45 next
15 30 50 per page