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 bkrike 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: Tifa
  • Content: Threads
  • Order by date
  1. Tifa

    "HTTP Status 503 - Servlet jsp is currently unavailable" error

    Hi, I am trying to write my first JSP that is a page to join an email list. I am getting this error when I click submit after I fill in the form: Apache Tomcat/4.0.1 - HTTP Status 503 - Servlet jsp is currently unavailable...
  2. Tifa

    Need help creating a table search

    I am trying to create a table search where when you type in a person's last name, the form will search the table and display the listings with the matching last name. However, I can't get it to display the results. Here is my ASP: <body> <% FindName = Request.Form(&quot;LastName&quot;) %> <p...
  3. Tifa

    Same page form submission

    I am trying to get a form to verify that the name and email fields are valid before it submits the form to another page. But, I cannot get it to work. Here is my ASP: <% If Request.Form(&quot;SubmitButton&quot;) = &quot;Submit&quot; Then Name = Request.Form(&quot;Name&quot;) Email =...
  4. Tifa

    Help - User name not unique?

    I am trying to write a program that will sort an input record and output a report. I want to sort it using an item's purchase price. I wrote the program and when I try to compile it says &quot;5-S User-name SALES-RECORD not unique.&quot; It is highlighting the line in my SELECT-RECORDS paragraph...
  5. Tifa

    Error 163 - illegal character in numeric field

    I am trying to write a report generating program. It compiles but when I try to run it gives me error 163 which is illegal char in a numeric field. It then highlights &quot;MOVE SR-PURCHASE-DATE TO DL-PURCHASE-DATE.&quot; The sr-purchase-date is pic 9(8) and the dl-purchase-date is z9/99/9999...

Part and Inventory Search

Back
Top