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

    ActiveX EXE on remote server

    Windows 2000/2003 Server Windows 98/2000/XP clients Progress 9.1d I need to call an ActiveX EXE server component that is on a remote server. What is the syntax needed? ex: CREATE "\\ServerName:MyComponent.MyClass" MyHandle Bill Bolte http://www.billbolte.com
  2. bbolte

    VB6 app installation problem/update Windows files

    I've a VB6 PDW installer compiled on a Win2k box. I'm trying to install on another Win2k box but I keep getting the message the some Windows files need updating before the installation can complete and the computer will need to be rebooted. I do that and get the same message again on the next...
  3. bbolte

    script to stop processes

    I've had a script running on Win2k server for quite a while, it doesn't seem to function on Win2k3. I'm not sure if it is a permissions issue or differences on platforms. The script basically counts how many processess of a certain app are running and terminates all but 1 one of them. It's a...
  4. bbolte

    csv, ado, datagrid problem

    i'm trying to get a csv file into a datagrid. here's the code: code:Set connCSV = New ADODB.Connection With connCSV .CursorLocation = adUseClient .ConnectionString = "Driver={Microsoft Text Driver (*.txt; *.csv)};Initial Catalog=C:\ShipFDX\ARCHIVE\" .Open End With sSQL = "SELECT *...
  5. bbolte

    C#, ASP .Net and XPath question

    I'm trying to get the value of one node in an xml doc as such: XPathDocument xmlCont = new XPathDocument(Server.MapPath("assets/xml/" + PageDisplay)); XPathNavigator ContentTitle = xmlCont.CreateNavigator(); ContentTitle.MoveToRoot(); ContentTitle.MoveToFirstChild()...
  6. bbolte

    interesting print problem with CD 11/WinXP

    background: Built a VB 6 app that develops graphics through CD 10/11. Worked on Win2k great for about around a year. It printed to a printer on the network and to a printer at a plant in another city through VPN. Recently, it was moved to a WinXP box. It will now only print the the network...
  7. bbolte

    Removing shipping form

    any way to remove the shipping part of checkout outside of buying a module?
  8. bbolte

    remove shipping weight

    is there any way to remove the "Shipping Weight: 0.00 pounds" from the products? i'm using miva to set a class registration site and shipping weight just isn't applicable obviously. but i can't find anywhere to remove it.
  9. bbolte

    asp/xml question

    here is a little test that i rigged up. both of these files are on my machine. but i can't seem to get them to talk. i've had this stuff working before but can't seem to figure out why it won't this time. calling page code: sendXML = &quot;<?xml version=&quot;&quot;1.0&quot;&quot...
  10. bbolte

    stored procedure using a dynamic table name

    i need to bring in the name of a temp table that is dynamically named. do i do that any different from a normal parameter?
  11. bbolte

    collection question

    this is crazy and i can't figure it out. i've implemented a collection in my main class and populated it. there are 4 collections (collectionobject.count verified it), each with a couple of dozen items. i'm trying to get to the items in another class. i passed in the collection index number and...
  12. bbolte

    VB and XML question

    i'm building an active x dll that will recieve the parameters it needs as an xml stream (???), meaning it won't be a physical file, basically a string with xml tags in it. i'm trying to use the xml dom to read the nodes but it seems to be choking on the load method. i can't for the life of me...
  13. bbolte

    detecting idle process

    is there anyway to detect whether a process is idle/ready/busy? i've been searching through the API's and WMI docs and still haven't found it. i can get what's running and shut down what i want, but i would like to know if it's busy before i shut it down. anyway to do this?
  14. bbolte

    XMLDom parsing problems

    i'm trying to parse out a node in an xml/soap document and dump it to an array, can't quite get my head around it. i've tried every which way, but nothing seems to be getting into the array. i know i'm getting the xml document with elements i'm looking for. here are some snippets. this is in...
  15. bbolte

    how to remove lookup wizard in a table

    i have a lookup wizard in a table and i want to go back to just showing the actual value - how do i remove it? can't seem to find a way.
  16. bbolte

    Active X exe permissions issues

    i have built an activex exe. it is on my machine, win2k pro. i have a small test app built that calls it. i get the &quot;error 70, permission denied&quot; error whenever anyone trys to use the test app on their machine (unless they are an administrator). i have gone through tons of msdn...
  17. bbolte

    turn off error alert pop up window in Mac IE

    anyone know where this is? trying to find the source of a script error that is only showing up on the Mac platform. the alert window doesn't show the error, only says could load page...
  18. bbolte

    ASP errors on Macintosh

    first, in NS (version 3, don't ask), get a HTTP Error 400 400 Bad Request Due to malformed syntax, the request could not be understood... what's that? second, how do you turn the pop-up error alert window in IE for Mac off so that we can see the error in the browser window? just for the...
  19. bbolte

    making hs5 xhtml compatible

    how does one change the html setting to make it xhtml compatiable?
  20. bbolte

    DCOM nube &amp; error 70

    doing some testing/learning here. was doing this article here . i am doing this on a win2000 box (dll server) and a win98 (client app). followed what was said in the article and am getting a &quot;run time error 70, permission denied&quot; error. i'm not sure how to troubleshoot this...

Part and Inventory Search

Back
Top