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!

Recent content by barathymathialagan

  1. barathymathialagan

    set focus on text box after validation

    I need some help in javascript. This is my function. It validate the text, but it is not focusing on the text, after validation. focus goes to the next textbox. function validatefn(field) //function is called when the text is changed { var dblNum; var txtText; var...
  2. barathymathialagan

    'First' is not a recognized function name

    Hi This is my sql code in asp sSql1 = "SELECT First(clid) AS clid, clLoanNo FROM client whERE (((clRegion)='" & region &"') AND ((class)='Active' )) GROUP BY clLoanNo ORDER BY clLoanNo" I got the following error. Microsoft OLE DB Provider for ODBC Drivers error...

Part and Inventory Search

Back
Top