Thanks David, I did spot this. What I am finding is that when I submit my XMLHTTPREquest ( which I expect to fail ) I get a sensible message back prior to compilation along the lines
Error -2146697211:Method 'send' of object 'IXMLHTTPRequest' failed in Experian: doSearch Method
Basically in my...
Hi,
I have a question regarding raising erorrs. I have a piece of code which tries to do a HTTPRequest. If the request returns an error code I raise a specific error.
when I test this prior to complilation the err.number appears to be correct, but my err.description appears to ne over...
hi,
another question. Is it possible to turn of prompts when using sourcesafe scripts? I run the following command as part of a build process we are implementing.
ss Get $/UnitTest_Build/source/XMLUtils -R
I then get a message...
Set C:\DotNet\Utils\XML\Build as the default folder for...
Hi,
I am trying to retrieve only a particular file type from sourcesafe using the Get command but am having trouble.
Basically I want to recursivly go through a project list and return *.cs files.
I have tried
ss Get $proja/projb *.cs -R
and
ss Get $proja/projb -R *.cs
both commands...
Hi,
does anyone have any knowledge of invoking Access reports from VB6? Specifically I am interested in activating Access Reports from a web browser. I have knowledge of activating and passing parameters to queries in Access ( using stored queries ), however I need some help with the...
Hi,
can someone let me know why, when I open my word application from
a JavaScript that the AutoExec ( or any events ) are not fired?
However when I open the application manually ( by double clicking )
the events are fired without a problem.
I have my events in the normal.dot template...
Hi,
this is a bit odd, but has anyone seen an error
Error Type:
Microsoft VBScript runtime (0x800A0007)
Out of memory: 'Session'
/nihe/Add_document.asp, line 587
The line is referencing a Session variable.
myFilepath = Session("pathname")
Searches on msdn have revealed a...
Hi,
can someone provide me with source to insert page numbers into a word document. I can'rt seem to find the relevant method from either ActiveDocument, or application objects.
Thanks in advance
Think if you put an activedocument.save will save the current version silently, and when you exit it will not prompt. If not try application.displayalerts = false
HTH
Hi,
I would really appreciate some help on the following: We have a
Macro that when ran will insert a footer in each page of the existing
document, but parsing details held in the document header.
However we want to run the macro when the document opens. I am sure
there is an event...
Here is the source. unfortunately it uses IFRAME, which is extremely hard to work with, no events etc.
do you have any ideas?
function FolderChoose()
{
var location=document.UserLocation.FolderLocation.value;
document.frames['MyComputer'].location.href = location;
}
<INPUT...
Hi,
I am trying to build up a simple directory listing sctring to retrieve say, a word document. What I would ideally like to do is view my local directory folders in a browser and navigate to the relevant document in a directory, and from this return a string containing the entire directory...
Many thanks Victor.
Is it possible to set the chosen item in the list based on its value.
So for example
<select name="cars">
<option value="5">Volvo</option>
<option value="2">Saab</option>
<option value="3">Fiat</option>
<option...
Hi,
can anyone tell me if netscape 4.x knows about the options.value property? Basically I have a dropdown box populated from the database, with the value set to an ID and another field displayed to the user.
Based on as selection I want to grab the ID which is set as each option value...
Hi,
I am trying to get an XSL file to accept a parameter from ASP to process an XML file. However when I run the thing it fails with:
MSXML3.DLL error '80004005'
Required attribute 'version' is missing.
/test/periodic.asp, line 27
Can anyone point out where my problem is. Source below...
Hi,
I have two tables on a form, and when I add a record to one table I need it to automatically add the record to the other table.
Can anyone let me know if this is possible?
Thanks
Bakunin.
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.