createobject Questions
2
I'm running into an issue that only seems to affect our production server and without any apparent rhyme or reason. Essentially, we're getting the following error (I'm going to use dummy names to i...
Verein asked 31/1 at 17:38
13
Display Below error in Safari.
Failed to execute 'createObjectURL' on 'URL': No function was found that matched the signature provided.
My Code is:
function createObjectURL(object) {
return ...
Manns asked 25/11, 2014 at 7:14
3
Currently this is my script
Set oWS = WScript.CreateObject("WScript.Shell")
' Get the %userprofile% in a variable, or else it won't be recognized
userProfile = oWS.ExpandEnvironmentStrings( "%user...
Fasano asked 4/6, 2013 at 3:31
2
I have two versions of excels(2010 and 2016) installed on my machine. I would like to run a vbscript on excel 2016.
However, the
CreateObject("Excel.Application")
only creates excel 2010. Ho...
Preconcert asked 18/1, 2018 at 15:25
5
Windows 7 32 bit, IIS 7.5.760016385
I created a DLL in Visual Basic 6.0 and trying to use it from within classic ASP code:
set obj = Server.CreateObject("a.b")
I get the following error:
006...
Benevolent asked 11/12, 2012 at 14:55
1
Solved
I googled and SO'd, and nothing.
My job revolves around making my co-workers lives easier.
Currently, they are using very clunky spreadsheets designed 10+ years ago.
In the process of migrating ...
Russia asked 2/6, 2014 at 12:22
2
Solved
I am stranded on this code line since 10th of January where i got it in an email and i found out i had to learn class modules so i did and returned to ask on a new basis now. The code line is (Crit...
Measured asked 6/2, 2014 at 17:33
1
Solved
I have a classic ASP application running on IIS 7 in Windows Server 2008 R2 Standard.
It was working fine at one point in the day when suddenly, without any code changes, it began throwing the fol...
Horrify asked 19/3, 2013 at 17:54
1
Solved
I like scripting, I don't like to reinvent the wheel, so I like CreateObject
Can you please point me to a extense and useful list of objects that can be used on VBScript with a brief description. R...
Brunette asked 14/4, 2011 at 17:57
4
Solved
In my company's code, I've often seen component files used by initializing an object of that component and calling the methods off the object. However, it seems to me somewhat more straightforward ...
Bladdernut asked 5/1, 2011 at 15:22
1
Solved
I'm trying to use a Java object in Coldfusion using the CreateObject function.
This works fine when the constructor in the Java class doesn't take any arguments e.g.:
MyObject myObject = new MyOb...
Razorback asked 22/12, 2009 at 15:37
3
Solved
I can do this:
Dim fso As New FileSystemObject
or I can do this:
Dim fso As Object
Set fso = CreateObject("Scripting.FileSystemObject")
How do I know what string to use for CreateObject? For ...
Sacha asked 5/12, 2008 at 21:19
3
Solved
I am very new to VB.net. I have written these objects in VB6 before. I'm just lost in VB.net, but (kicking and screaming) I have to learn how to do this. I've been googling for hours with only mino...
Homelike asked 9/11, 2008 at 17:16
1
© 2022 - 2024 — McMap. All rights reserved.