Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Bakunin

  1. Bakunin

    Err.Raise

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

    Err.Raise

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

    Turn of prompts

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

    Get command

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

    Invoking Access Reports from VB6

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

    Word Events

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

    Out of memory: "Session"

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

    Insert page numbers in word

    Thanks anyway I got the code Bakunin
  9. Bakunin

    Insert page numbers in word

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

    Keep a word 97 doc from asking "Do you want to save changes"

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

    Application open Word

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

    Directory Browsing with JavaScript

    Many thanks
  13. Bakunin

    Directory Browsing with JavaScript

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

    Directory Browsing with JavaScript

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

    option.value in Netscape 4.x

    Yes Victor, I thought that was the case. Again thanks for the help.

Part and Inventory Search

Back
Top