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 Wanet Telecoms Ltd 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: QueenP
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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