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: kevink
  • Content: Threads
  • Order by date
  1. kevink

    Creating a namespace for use with <msxsl:script>

    Can I anyone point me in the right direction for creating namespaces? I'm using msxml3.dll - and want to embed a script into the XSLT stylesheet. The SDK says to use <msxsl:script> for this - but you need to create your own namespace for this ... which begs the question, how do I create a...
  2. kevink

    Error: No such interface supported

    Has anyone seen this error before when trying to use CreateRecordset? CreateRecordset error '80004002' No such interface supported It runs fine on WinNT 4.0 SP6a, but gives the above error on Win2K, SP2. It the last part of an index server search. Thanks Kevin
  3. kevink

    Accessing Index Server from a COM object

    I'm trying to write a COM object that will return the results from an index server search. The search works fine from ASP, but when I put it into the COM object, I get a &quot;Type Mismatch&quot; error. -------------- Public Function myData (ByRef varData As Variant) As Variant Redim...
  4. kevink

    Type Mismatch when using COM component

    I have a component which opens a db connection and returns the recordset as an array.  When the function is in the ASP page directly, everything works fine,  however when the function is compiled as COM object, I get a &quot;Type mistmatch&quot; error when I try and assign the results to an...
  5. kevink

    Any good books for ADO and VB6?

    Can anyone recommend a good book for ADO and VB6 please? Anything in the intermediate/advanced category would be great. I've read &quot;Beginning Visual Basic 6 Database Programming ~ John Connell&quot;, but that only contains a few chapters on ADO and I would like some more information. TIA...
  6. kevink

    CTRL + F12 opens Netscape

    When I press CTRL + F12 under Win Me. it opens up Netscape Navigator. Is there any way I can change or disable this? TIA Kevin
  7. kevink

    Maximum number of records in Access 2K

    Does anyone know what is the maximum number of records that Access 2000 can handle in a single table? Or where I can find the information? I've searched the Microsoft MSDN site to no avail. TIA, Kevin
  8. kevink

    Downloading a database automatically

    I would like to write a COM object that would dial up (via a modem) to my server at a set time every day and download a database (using VB6 on Win 98/NT/2000). Can anyone give me pointers on how to do this? Or even any books which would help? I've written COM object before - its just the...
  9. kevink

    Log shutdown/start up in Win 98

    Is there any way to capture a shutdown event in Win 98? I want to log when the computer is started/shutdown. TIA Kevin
  10. kevink

    Tracking links and logging to CSV file

    I have a password protected on my site from which authorised users can download software updates etc. I would now like to track what each user downloads - e.g. when &quot;user 1&quot; downloads &quot;file a&quot;, then this is written to a CSV file. How can I do this each time a user clicks on...
  11. kevink

    Tracking links and logging to CSV file

    I have a password protected on my site from which authorised users can download software updates etc. I would now like to track what each user downloads - e.g. when &quot;user 1&quot; downloads &quot;file a&quot;, then this is written to a CSV file. How can I do this each time a user clicks on...
  12. kevink

    Getting Folders with FileSystemObject

    How can I loop through all the folders on a particular drive using the FIleSystemObject?? Thanks, Kevin
  13. kevink

    Sending Faxes with ASP

    Does anyone know how I can send faxes using ASP (or if it is possible)? The fax will be sent using the internal fax server. TIA, Kevin
  14. kevink

    Hosts for ASP/myMSQL

    Does anyone know any virtual hosts that have support for ASP/mySQL or ASP/PHP/mySQL - having ASP is important as I want to start porting my applications from Access to mySQL ... TIA, Kevin
  15. kevink

    Using window.location to redirect user

    I want to redirect the user to a different page depending on what type of choices they make on a form using javascript (client side). Does anyone know how to do this - or whats wrong with the code below? <head> <script language=&quot;javascript&quot;> function formChoice(theform) {...
  16. kevink

    Drag and drop code for IE and NS

    Does any one know where I can get information or sample code for drag and drop using DHTML for both IE and NS? I used Dreamweaver to generate sample code, but that is only IE compatible. TIA, Kevin
  17. kevink

    Making the Drag and Drop DHTML code NS compatible?

    Is it possible to modify the Drag and Drop code that Dreamweaver 2 generates so it is compatible with NS as well as IE? Failing that, does any one know of good DHTML resources to get NS/IE compatible drag and drop code? TIA, Kevin
  18. kevink

    javascript:self.back() doesn't work in IE

    For some reason I IE (5+)&nbsp;&nbsp;keeps giveing me an error everytime I have javascript:self.back() as a hyperlink.&nbsp;&nbsp;It works fine in Netscape. (javascript:self.close or print work fine in both).<br><br>Does IE support javascript:self.back() or is there something else I must do...
  19. kevink

    OverFlow - what is it?

    Hello all!<br><br>I have an Access database with circa. 50,000 records in it - the whole size is approx. 40 MB.&nbsp;&nbsp;When I try and run a search an &quot;overflow&quot; error sometimes appears (normally when I start paging through the recordsets).<br><br>What exactly does...
  20. kevink

    Access queries over Peer to Peer network

    When I try and run a query over a peer to peer network, none of the fields appear in the query and Access throws up an error that it is looking for the fields in C:\My Documents....&nbsp;&nbsp;<br><br>How can I overcome this problem?&nbsp;&nbsp;(The query runs fine on the machine on which the...

Part and Inventory Search

Back
Top