Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ianjenn
  • Content: Threads
  • Order by date
  1. ianjenn

    IE not posting data on first 2 attempts

    Hi all After days of searching I can't find a solution to my problem, I have a web application on our work intranet that when you first log on to the network and load IE, the post data from my web page does not submit. I have made the simplest of forms with one input box posting to the same page...
  2. ianjenn

    DSN to DSNless leads to error

    Hi I am trying to move from a DSN connection string to a DSNless connection and for some reason I get an error when I try to do it. My DSN connection was this Dim objpharws50 Set objpharws50 = Server.CreateObject("ADODB.Connection") objpharws50.Open "DSN=prescript" and I have changed to...
  3. ianjenn

    form validation

    I don't know if anyone could have a quick look at the validation below as I have spent hours trying to get it to work without success. The general gist is that there is 5 text boxes that have various checks before submitting. The field ward checks the entry against and array. There is two submit...
  4. ianjenn

    date comparison I am really stuck with

    Can anyone give me a clue as to why this isn't working, I want to compare the date entered in my form to 1/4/06 I am using onsubmit="return minus_Validator(this)" to call up the check <SCRIPT LANGUAGE=JavaScript> function minus_validator(theform) { var start_date =new Date("1/4/2006"); if...
  5. ianjenn

    datediff and SQL error

    Can anyone see the error in the following SQL statement - &quot;WHERE times.timein Between #&quot; & FormatDateTime(datdays,1) & &quot;# AND #&quot; & FormatDateTime(datend,1) & &quot;# AND times.tech Is Not Null AND times.pharm Is Not Null AND...
  6. ianjenn

    adOpenReadOnly or adOpenKeyset??

    I have been able to update my access database for 2 weeks using adopenreadonly. But yesterday I received an error message unable to update query. So I changed to adopenkeyset and it works fine again. I have not made any changes to the web pages although I have incorporated new pages into the...

Part and Inventory Search

Back
Top