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...
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.