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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tonybernardo

  1. tonybernardo

    input type text does not get update until js routine ends

    I have a link on my page - The link below calls a Ticker Symbol lookup javascript routine - The js routine displays 'Please Wait' in a input field & after the routine completes the lookup it then clears the 'please wait'. Thr screen does not get updated however with the please wait - If I put an...
  2. tonybernardo

    How can I do this Query

    Table Customer with column Key column DOB Format: 1962/06/23 Table Retirement with column column Key column Age Ex:65 I need a query to list all customer's retiring on a date range. Select * from Customer,Retirement where Customer.Key = Retirement.Key AND ??????

Part and Inventory Search

Back
Top