not its not, what I said was I do not care if someone says thanks to me all the time, sure its nice to hear it every now and then but I certainly do not need it after every good thing I might do for someone.
Thanks
Skip,
I'm not sure why I am humoring you but here I go.
I have been a member over 6 years but I have only posted about 2 questions in the last 2 or 3 years, I used this a long time ago.
When I share thoughts and knowledge with anyone I really could not care less if someone thanks me or not...
I have a simple excel workbook.
I have a % input box which is working fine.
The calculation lets you type in a % and then it takes that % and * it by 25% this is all working fine.
Now the tricky part. What I want it to do is anything above 120% I want it to take the first 3% and continue to X...
It’s just an HTML page with a bunch of tables and names. Next to each name there is a status for that person. If the Status say "AVAIL" then all is well, if it says anything else then its not.
So basically I’m looking for the WORD "AVAIL" in the page
The page does refresh every 30 seconds, I...
I have an HTML page that gets recreated every 2 minutes. I need to look for a word in this page every 10 seconds or so. If the word apprears then all is well, if it does not then I need to send an Email using ASPMAIL/CDONTS/CDOSYS any of the above.
Honeslty I want to set of a light, so if the...
Hello,
I use this script in a logon script to send an email letting me know someone logeed on to a server using remote desktop
Set WSHNetwork = WScript.CreateObject("WScript.Network")
strUser = ""
While strUser = ""
strUser = WSHNetwork.UserName
wend
I want to be able to add...
Does anyone have a good way to convert excell to asp? I have a workbook that does some simple calculations that are based on the end user just inputting one number and it returns a figure based on the calculations.
Thanks
ND
Hello,
I have a DSN connection to SQL that works great and I have some code that connects to it but in order for it to work I MUST add the userID and password to the code. Is there a way to not add the USERID and Password to the code and have the DSN connection deal with it. I can get it to...
Hello,
I am using .net on a 2003 server and it seems that until you rebuild the mapping of the .net framework the button does not work.
I have seen this before. I cannot keep re creating the .net framework to resolve this issue. Please help.
Any button or control that requires postback will...
lol
The passwords were Encrypted but we changed them to clear text just for this migration.
This is a script that converts from one mail system to another and it needs to read the password as clear text. Once it reads it and plugs it into the registry it than encrypts it back.
This code works...
The Echo now works, Thanks.
This code is doing a conversion from a database to a registry file, it is supposed to read a table in the DB of users and passwords, if the password is either BLANK or Encrypted (NOT CLEAR TEXT) then it should prompt you to put in a default password. If it is Clear...
Hello,
I had a Visual Basic Script converted to vbs for me and one part of it is not working.
This piece checks for passwords in a SQL 2000 MSDE data base and if it is either NOT clear text of Blank then it should tell you that it is either encrypted or blank and ask you to enter a default...
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.