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 strongm 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: *

  1. QueenP

    Add Hour question

    It looks like the way that pgferro did is working. robi2, they're smalldatetime.
  2. QueenP

    Add Hour question

    Hi robi2, I tried using the timevalue() function but it didn't work. If it'll help, I have these values: 1900-01-01 00:27:00 1900-01-01 03:28:00 1900-01-01 04:16:00 1900-01-01 03:00:00 1900-01-01 03:51:00 1900-01-01 05:54:00 And wanted to loop through them to find 20:56:00 as a result, but...
  3. QueenP

    Add Hour question

    What I have is a table in SQL Server that stores the free time between one call and another for each user (it's a call centre program). I needed to add all of the free time from all of the users, but when I try to add 03:05:00 and 02:15:02 which would be 05:20:02, I get a wrong result because...
  4. QueenP

    Add Hour question

    Hi, I have to lots of hours but I can't figure out a way of doing it properly. The values I need are stored like 1/1/1900 01:35:00, but everytime I add this column, it also adds the date, so the final result is something like 27/1/1900 15:54:32. Is there a way of just adding the time and...
  5. QueenP

    ASP with JavaScript

    The Session variable is because I use the code in this timer.asp -- when it reaches 5 minutes, it shows a message with the code of the client, which get from the Session. I just had an idea to get this value with a querystring, I just don't know how to send it from the second page to the...
  6. QueenP

    ASP with JavaScript

    Thanks mwolf00, but I really need two pages. It's an application made to save the helpdesk calls made by the clients. The thing is that I'm the fourth person to take a look at it, so I don't have much of an idea what the first person was thinking about when he wrote the code. The code...
  7. QueenP

    ASP with JavaScript

    Thanks for the help. I'll try them and see if it works here.
  8. QueenP

    ASP with JavaScript

    You're right, I have 2 pages right now. I make the search on the first one, then if there's only one result returned, it goes back to the first page with the result, if there's more than one client returned, it shows all the clients. It shows the basic information and then a button which I...
  9. QueenP

    ASP with JavaScript

    I asked almost the same thing a while ago but I wasn't clear and everything has changed now. I have this search page in whicn you can search by code, part of the name, or city of the client. When you search by code everything is fine, it just returns one client. The problem is when you search...
  10. QueenP

    Array with JavaScript

    The main problem is that the JavaScript sends the info back to the first page, and I couldn't find a way to save the right info on the Session inside the JavaScript.
  11. QueenP

    Array with JavaScript

    I have that already but it's not working. And I'm not sure I've explained myself taht clear. There's the search box at the first page. If you enter the code, a popup pops up, searches and then closes sending the info to the first page. If you don't enter anything, the popup opens up, and...
  12. QueenP

    Array with JavaScript

    I have one page that searches for people. If you search them by the PK, it shows only one, but you can also search by city, part of the name, etc. The problem I'm having is that if someone searches by anything but the PK, I can't retrieve the specific PK to send to the other page, which it...
  13. QueenP

    How to break one string in two

    I'm looking for something that separates one string with a ! in the middle (ie. 1020!Analyst) and separates everything before the !, with ! included because the value that I really need is Analyst. Or if it's easier, how do I get what is written in a combobox between <OPTION></OPTION>?? I don't...
  14. QueenP

    Update data on DropDown List

    Thanks Tarwn, This is exactly what I was looking for.
  15. QueenP

    Update data on DropDown List

    It's not exactly like this. What I was looking for is if the information I want is not in the dropdown, then I add it.
  16. QueenP

    Update data on DropDown List

    I'd like to know if there's a way to update the data on a dropdown list. I was thinking about something that works like the not-in-list event from Access. Thanks.

Part and Inventory Search

Back
Top