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

  1. TomasCrossroads

    Excel.Application and adding named ranges in workbook

    Hello, Im' trying to open an excel workbook and give a named range to the contents of one worksheet. I need that named range to open a recordset afterwards... Anyone who can help me with some code. I know more or less how to accomplish it in VBA, but in not in ASP Code. In VBA it looks like...
  2. TomasCrossroads

    user need to import data in my database

    Hello, I'm writing an email application. I want one part of my site to control the client database. The idea is that we host the database and that a client can import data to it. I want to create some page that will invite the user to import data to our database. The client should have a couple...
  3. TomasCrossroads

    data type to store work hours

    Hello, I think my question is rather stupid, but I was wondering what data structure I use best to store time-based data. I have to store the workhours spent each day for the employess of a company. First only hours were to be stored, so I used an integer value. A day could consist of 7...
  4. TomasCrossroads

    synchronise table from 2 databases

    Hello, I have a problem updating data in sql server database. Here's the situation. There's an (old) asp application running on a database 'intranet'. We made a new application with a new database 'intranet2'. Intranet2 contains all tables from database intranet + a lot of new tables. Now the...
  5. TomasCrossroads

    java roll-out menu behind selectbox

    Hello, I have a website with on top a java roll-out menu. On one of the pages there is a form on top with a select element. The problem is that I can't get the java menu to roll out over the select element. It shows the select element in front of the menu... There's no problem with buttons; the...
  6. TomasCrossroads

    request.querystring for special characters

    Hi, I have trouble with my application due to special characters in the url string. I have an url like this: "filedownload.asp?url=files/definiëren/sample.doc" U can see there's a "ë" in it. The diaeresis is common use in dutch language. When I request the...

Part and Inventory Search

Back
Top