Is there a way to discover all IP addresses (or computer names) on our network from an active server page? I'm trying to collect some WMI information from all computer/servers on our LAN but am stuck on this seemingly simple step.
Thanks!
Before I switched computers, e-mail messages from coworkers (and most likely customers) would appear in my inbox only seconds after they were sent. Now, using a new computer, I have to perform some action in Outlook before any messages appear - any action works, ie, clicking on a different...
We are running 5.5 on a W2K server and have been getting the "requesting data from Exchange" message more and more over the last month. All monitors show normal activity (there are less than 30 of us on this server), virus scans haven't found anything, and there are over 2GB free on...
Just an update. Using the System Policy Editor on the server to connect to the user's account, we found that much of his system had been mysteriously disabled. It was simply a matter of unchecking the restrictions. Sheesh.
That would have been nice - I did try, but right-clicking wouldn't even bring up a menu. It was like the desktop was locked out somehow. Thanks for the suggestions though.
I tried creating a new profile, added her to the Administrator group and it still did not work. Even more curious, when I used her login to sign on to a different computer, the icons on that computer were not visible nor did the Start bar work. I finally just deleted her account and started...
A user tried to install Windows Media Player but only had basic user permissions. The install was prevented but after restarting all of the desktop icons vanished. The Start button is visible but doesn't work. When I click the desktop icon next to the Start bar, I receive the following error...
Below you will find the entire contents of a page I use to send e-mail notifications. The associated form is on a different page but is just a standard form. Good luck!
<%
SUB sendMail( fromWho, toWho, Subject, myContent )
DIM myMail
SET myMail =...
My goal (I think) is to get XML data into an Access 2000 database.
One of our vendors formats their product information using XML. For the rest of our vendors, I simply import their EDI files into Access and use ASP to display that infomation.
Wouldn't I want to import the XML files to my...
There was a bug that made it necessary to have any memo fields referenced at the end of your statements. I've gotten into the habit of designing all my tables as well any statements like UPDATE or INSERT with the memo fields last. It was more than a year ago that I read about this so I could...
That exactly what I'm looking for. But what triggers the comparison? This database may only be accessed several times a week and if it's not on the day I've designated won't the IF statement always come up false?
This might help:
If you want to know the value of an autonumber field for a record you have just inserted, you can use this:
strSQL = "SELECT Max(ID) AS maxnum FROM CUSTOMERS"
Set myRecordset = Conn.Execute(strSQL)
maxnum = myRecordset("maxnum").Value
ID is the name of...
I have an expiration date stored in my database. I would like to use CDONTS to send an e-mail when that date is approaching. (The e-mail portion is already working - I just need some ideas on the date function.) Thanks!
Can someone briefly describe the logic I would use so that a single text box can take several keywords separated by AND to query a recordset? Below is the code I am using for a single keyword.
rsHeader.Open ("SELECT DISTINCT InvoiceNo, PartNo" _
& "WHERE CompanyName LIKE...
Hi,
Below is the code I use to send e-mails from forms, complete with HTML. It's either the MailFormat or BodyFormat setting that allows HTML formatting (I forget which). I hope this helps.
<%
SUB sendMail( fromWho, toWho, Subject, myContent )
DIM myMail
SET myMail =...
I've written a simple form that that uses the CDO to send a confirmation e-mail. Could someone explain why I am able to send these e-mails to any address except those within my company?
Thanks!
It turned out my problem was casued by an EOF error (which you'd think I'd recognize by now, having seen it so often) but I thank you for the cleaner way to code.
Nope. This form is the first and only place the image is viewed. I do need to make one correction - when an "image" type is used, the vbScript is ignored completely and the form is submitted, blank fields and all. Sorry for the misdirection.
Probably better to list the code as it is not working... When my submit type is "button" everything works fine. When my submit type is "image" the alert will still appear if the field is blank, however, once the user clicks OK on the alert, the form gets submitted without...
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.