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...
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...
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...
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...
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...
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...
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...
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.
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...
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...
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...
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.
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.