Follow up-
I get the same error with a newly created simple project that has no scripting in it of any kind. Just a blank html page set as the start up.
Not sure if this is the right forum….
This pertains to an ASP project developed in Visual InterDev 6.0. I’m trying to do a bit of debugging.
Out of the Blue, .asp pages would not load. I can no longer reproduce the error.
In looking for a solution, I ran synciwam.vbs. That produced this...
I’m trying to use vbScript to open an excel application (I’m also going to do word).
Sub Btn1_onclick()
call OpenWorkbook("c:\temp\test.xls")
End Sub
Sub OpenWorkbook(strLocation)
Set objExcel = CreateObject("Excel.Application")
objExcel.Visible = true
objExcel.Workbooks.Open strLocation...
Well it is a javascript question.
I'm trying this -
function openFile(){
var excel = new ActiveXObject("Excel.Application");
}
I get this error -
Microsoft JScript runtime error: Automation server can't create object.
I need to open word, excel and .jpgs on the client with some jscript (or anything that would work). This is VB ASP.NET.
The files I want to open are not on the client or server, but I can UNC to them or map the server.
Thanks
.NET 1.1
I do think I somehow have to do a postback. That's what I can't figure out.
I'm doing this because I want to dynamically update values on in a client table with data pulled with VB.NET from the server side.
ASP.NET question.
This should be simple.
Default.aspx has a number of Web Forms in it.
It calls some javascript.
From the javascript, I want to call Page_Load event in Identify.aspx.
I want Identify.aspx to change the text value of some Web forms that exist in default.aspx
This is what...
It's only available on our intranet at the moment, but here is the frameset code.
Sorry it's hard to read not sure how I should format it for this forum.
</HEAD>
<FRAMESET ROWS="' + (35+addNS) + ',*" FRAMEBORDER="NO" FRAMESPACING="0" onload="doIt()" BORDER="1"' + moreStuff + '>
<FRAME...
Hi,
Thanks for the suggestions. I tried both and they both error out in IE.
top.frames['MapSomedataFS'].rows = "*,170,0,0";
Produces the error - top.frames['MapSomedataFS'] is not an object
parent.document.getElementById('MapSomedataFS').setAttribute('rows','25%,25%,25%,25%',0);
Produces...
parent.MapSomedataFS.rows = “*,170,0,0”;
Works in IE, but won’t work in FireFox. MapSomedataFS is a name of a FRAMESET and I need to be able to dynamically resize it.
I get the error – parent.MapSomedataFS has no properties. On the javascript console in FireFox.
Thanks
I’m still quite new to Visual InterDev (VID), in fact this is my second web app and the first one developed with VID.
I’m having debugging problems, I think.
VID is on a client (my development machine). IIS and the service that processes the XML is on a server. The application that processes...
Hey Dr.
There is still something I don't understand. I have literally put my sample code in the class files. One works, one doesn't.
And intllisence (auto-complete) why would it see/recognize one class file but none of the others.
I tried starting a new project and noticed that intellisence...
This is my first shot at creating .dlls and .cls files. I have done a number of .exe so I’m not a total newbie.
How to explain…..
My project (Call it CustomTool.vbp) has a form and a number of classes in it. The class files all have the same properties. There are private and PUBLIC...
Never mind, I got it.
The connect string should be -
OleDbConnection InformixConn = new OleDbConnection("Provider=Ifxoledbc;Data Source=test@online_live;User ID=me;password=mypassword");
Hi All,
I'm am trying to set up a connection to an informix database using C# in Visual Interdev. It works with VB, so I know my drivers are ok.
I just can't seem to come up with the syntax anywhere.
This is what I have -
OleDbConnection InformixConn = new...
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.