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...
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...
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...
Hello,
I am trying to find out how to query worksheet1 c3 against worksheet 2 c3 and all the matches display in a new table or just highlight.
Can anyone tell me how?
Thanks
ND
Hello
I have been given a task, we have been given the source code for a little script we had written.
It contains
2 .frm
1 .gif
1 .frx
1 .vbp
1 .vbw
I need to compile this to an EXE
How can I do this?
Thanks
I am createing a vbs file to grab user info on logon.
I currently have
Set WSHNetwork = WScript.CreateObject("WScript.Network")
strUser = ""
While strUser = ""
strUser = WSHNetwork.UserName
wend
I need to be able to log the IP of the person who logs...
Why do we get this error?
and how do we fix it?
Thanks
Event ID: 6033
Event Source: LsaSrv
Event Type: Error
Event Description: An anonymous session connected from "LOCAL_COMPUTERNAME"
has attempted to open an LSA policy handle on this machine. The attempt was
rejected with...
Why do we get this error?
and how do we fix it?
Thanks
Event ID: 6033
Event Source: LsaSrv
Event Type: Error
Event Description: An anonymous session connected from "LOCAL_COMPUTERNAME"
has attempted to open an LSA policy handle on this machine. The attempt was
rejected with...
please help
Out of memory: 'Server.CreateObject'
/includes/sidebar/expanded.asp, line 107
set MyObjC = Server.CreateObject("ADODB.Recordset")
MyObjC.open "SELECT navbarid,status,parentid FROM NavBar where status = 1 and NavBarID = " & curNavBarID, MyDSN...
Im getting an expected ")" in this code and cant figure it out... it says its on the mac line????
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide this script from old browsers
if ((navigator.appName == "Microsoft Internet Explorer" &&...
What do I need to do to get this working?
Is it an install?
CDONTS works as well as ASP mail just not SMTPsvg
I realise I can use the others but I need SMTPsvg to work.
Thanks
Nick
I have a form with 6 boxes that serach a database to match numbers.
I have run into a problem with my SQL string
if I type lets say 6 in the firt box 8 in the second 23 in the third 25 in the forth 34 in the fifth
It will display all the 6's from the first column named lot1 all the 8's from...
Hello
I have a form with 6 text boxes that posts to a page
I do not want to allow a user to type 02 or 0 anything if the number is 02 I need the 0 taken off. this applies for 03 04 and so on
BUT they can type 20 or 10 or 30 or 40 and so on.
Please help.
Thanks
Nick
I have the below script that checks to make sure that the field is not empty
I need to check thre other functions
I have 6 text boxes as you can see I need three other validations the first being
no 0 in front of a number so your cannot add 02 just 2 but you can add 20
The second is you...
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.