has anyone come up with a solution for this? getting the same error message and can't seem to make it go away. not even sure why it started as it was working and after setting up custom error pages in IIS on winxppro, started receiving this.
Bill Bolte
http://www.billbolte.com...
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...
it seemed to me that he was more interested in whether the array had elements rather than simply being dimmed. if you do this:
Dim myArray()
Private Sub Form_Load()
If Len(Join(myArray, "")) = 0 Then
MsgBox "Array is empty"
Else
MsgBox "Array has elements"
End...
pick the starting tag, right click, select "Collapse Full Tag". this will roll up the entire tag.
or Ctrl-M will find the matching tag and jump down to it.
change the layout setting on your aspx page from flow to grid. this will give you exact positioning (although it doesn't follow css standards really well).
i have used this and it seems to work fine:
If Len(Join(myArray, "")) = 0 Then
'do whatever
End If
i don't remember where i got it or i'd give someone some credit...
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()...
it was really strange. nothing was giving us any indication. read through some other threads here and on a couple of other forums and the only recourse was to re-install smtp services. we're not the only ones this has happened to evidently. hope it's the last for us as well...
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.