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
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...
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...
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 *...
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()...
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...
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.
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 = "<?xml version=""1.0""...
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...
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...
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?
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...
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 "error 70, permission denied" error whenever anyone trys to use the test app on their machine (unless they are an administrator). i have gone through tons of msdn...
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...
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...
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 "run time error 70, permission denied" error.
i'm not sure how to troubleshoot this...
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.