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

    Listbox

    Hi All, I would like to copy an effect I saw on a site where the style of the listbox changes on mouse over. Anybody know how to do this ? T.I.A.
  2. coder1964

    Hi Does anyone know how I can do

    Hi Does anyone know how I can do something like: for each mc { mcname._visible = false; } I have lots of clips that I need to hide. I want to simply hide ALL movies then show them when called. T.I.A.
  3. coder1964

    Merged Cells

    Hi Is there a problem I am unaware of with merged cells. I have often merged cells without any problems but my new boss has said that is a definate no-no. I suspect its just him but thought I would check before saying anything.
  4. coder1964

    Textfield Max Values

    Hi, I have a number of textfields each of which has an instance name and a value (10,45,9 etc). What I need to do is find the textfield with the highest value (there may be more than 1) and display the instance name of the textbox(s) and its value in another text box (highest score). I have...
  5. coder1964

    Elapsed Time

    Hi Excel I have been struggling with a formula to display elapsed time since the start of a project. What I want is subtract todays date from a start date and nothing I try seems to work. In one cell i have the startdate and in another =now().
  6. coder1964

    Sort Problem

    Hi All I am trying to sort an array using myarray.sort() and it doesnt really work. I get a kind of sort but things are not right. For example [9,2,22,17,43] after a sort will become [17,2,22,43,9] Is this a bug or am not not applying the sort method correctly. T.I.A.
  7. coder1964

    Ticker

    We have a ticker feature on the site that pulls the text from a db. The ticker is at the top of each page. Currently a call is made to the database on each page load which seems very inefficent. There has to be a better way to do this. Can I do something with the recordSet in the global.asa...
  8. coder1964

    Complex IF ?

    Greetings, On a button press I need to jump to a certain frame. The frame I want to go to will depend on the value of a variable(s) received from an asp page. I can trace the variables so that part works OK. This is where it gets sticky. I have tried various permutations but none work right so...
  9. coder1964

    Books

    Hi While I am experienced with php and html I am going to have to get up to speed with asp very quickly in my new job. I can also write SQL statements so I dont need that. Can anyone recommend a decent book that starts with asp basics, moves onto more advanced bits, and does not asumme that I...

Part and Inventory Search

Back
Top