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...
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
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...
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...
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...
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...
I’m having a heck of a time getting the properties of a div tag. In this code, the mouseover event in the <IMG> tag calls a function. It should pass the <DIV> object to that function but the alert returns ‘src has no properties’.
Does anyone see what the problem is?
Thanks.
<script...
HTTP Error 500-15 - Requests for global.asa not allowed
Internet Information Services
Any one know what causes this error. I'm doing some simple testing with IIS. It was working fine, then it quit.
Thanks
Doug
I have a simple frames page in which a frame called 'topframe' creates a new window. I would like the new window to be able to access functions from the calling frames.
In this case, frame name 'topframe' creates a new window and inserts new.htm in it. I would like new.htm to change the color...
How might I remove files based on how old they are? Say delete files older than a day?
I am guessing I can use the find command and pass the file to a rm command -
find -name "filename" -time??? | xargs rm
Thanks
Hi All,
I have a number of .asp pages containing VBscript. Is there a way to insert a msgbox in these to display some quick info for debugging purposes? I have tried a message box and nothing happens likewise with a jscript alert function thus –
%>
<html>
<script...
I am using the following code to update a frame. Works fine except the status bar will creep up to about 50% and then is stuck.
The frame gets updated fine, and is fully functional but to the user, it looks like things are still working.
<FORM name="frmSearch"...
I am having problems with a global.asa. It does not appear to be setting any application variables.
In another thread, I saw a reference to an IIS setting.
It said that the folder with the global.asa must be an ISS application.
I can't find any reference in ISS properties to an ISS...
I am having problems with a global.asa. It does not appear to be setting any application variables.
In the ASP forum, I saw a reference to an IIS setting.
It said that the folder with the global.asa must be an ISS application.
I can't find any reference in ISS properties to an ISS...
I am getting the errors
0 [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed IM006 Microsoft OLE DB Provider for ODBC Drivers
-11048 [Informix][Informix ODBC Driver]Unable to load translation DLL. IM009 Microsoft OLE DB Provider for ODBC Drivers
I think the first one is...
Help again.
I'm am using ADODB.connect to try to connect to an informix database. I have tried to connect with both a DSN and a connect string. I built the connect string with a .udl file and the test connect with that file works fine.
The DSN works fine with other VB code
CODE -
set...
This is my first shot at ASP but I do have a fair amout of VBA experiance.
Anyway, My ADODB.Connection fails in the ASP page
CODE -
set conShark = Server.CreateObject("adoDB.CONNECTION")
conShark.Open "DSN=SYSinformix33;UID=test;PWD=test"
ERROR in IE 5.5 -
Microsoft...
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.