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!

Search results for query: *

  • Users: Bakunin
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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
  8. 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...
  9. 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...
  10. Bakunin

    option.value in Netscape 4.x

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

    XSL parameter passing from ASP

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

    Adding records to multiple tables

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

    Access paramterised queries

    Hi, I have a simple question. Is it possible to pass parameters from VB(6) to an MS Acess queries and get a recordset back to VB using ADO? I thought I had seen a method of doing this before but haven't seen it since. ta.
  14. Bakunin

    parameterised queries in access

    Hi, I have a simple question. Is it possible to pass parameters from VB to an MS Acess queries and get a recordset back using ADO? I thought I had seen a method of doing this before but haven't seen it since. ta.
  15. Bakunin

    close parent window

    Hi, I have been trying to implement an ( apparently ) simple operation. I want to open a window from an existing parent window with a button, when the button is pressed the parent closes. I had tried to use the opener keyword, but when I tried to embed javascript in the new window, I got...
  16. Bakunin

    Filtering XML

    Hi, I am tring to put together a simple XML based search engine. At the moment this is a cimbination of a XML file and some ASP to load and check the contents of the MXL for matches. However I would like to somehow filter the data in the XML based on the search criteria entered by a user. so...
  17. Bakunin

    File download Window

    Hi, does anyone know how to bring the "File Download" window for any file type? Any source I have looked at seem to hide the source in an include file. I have a link which I want to implement as a download for a .pdf file. I want to be able to produce the file download window...
  18. Bakunin

    Increment parameter on server in JavaScript

    I'm a recent convert to JavaScript and have a potentially simple question. I have a small script which populates an array from records returned from a DB. My question is simply, is it allowable for a server variable to be defined and incremented within JavaScript? I want to do this to increment...

Part and Inventory Search

Back
Top