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

  • Users: hemajb
  • Content: Threads
  • Order by date
  1. hemajb

    How do we find out the OS using java

    How do we find out the Operating system using java coding. can anybody help me on this its quiet urgent..
  2. hemajb

    question related to java.awtTextField

    i have placed 2 textfields textfield1 and textfield2 on Flow layout. i am restricting to 4 characters. after entering the 4th character in textfield1, the cursor focus should automatically be set to textfield2 how do we achieve this?? can anyone help me on this
  3. hemajb

    SQL Safe String

    I would want to make a string sql safe , so how do i handle strings which have ' and \ ?? can i achieve this using replaceall method in java.lang.String to replace all ' and \ with sql safe value. could someone help me on this
  4. hemajb

    sort records based on substring value in a column

    Hello, I have a table with the column "name" which has values like AAO1LC,BB03RS,CC02LC,DA02LC,CRT,RAELT. i want a query to sort this based on 01,02 ,i.e based on 2 and 3 char of name. could anyone let me know how do i need to use select statement here. thanks
  5. hemajb

    Regular expression for (1,0),(2,0),(3,0)

    Could anyone tell me what would be the regular expression (1,0),(2,0),(3,0) ?? This is quiet urgent
  6. hemajb

    How to wait till a form is loaded

    I have 2 files, one is a html file and another is a jsp file. html file has a method "funcA" which calls a method "funcB" in a jsp file. "funcB" submits the form in the jsp and reloads the jsp page. How do i make "funcA" to wait till the jsp is reloaded...
  7. hemajb

    Urgent help needed for javascript

    I have 2 files, one is a html file and another is a jsp file. html file has a method "funcA" which calls a method "funcB" in a jsp file. "funcB" submits the form in the jsp and reloads the jsp page. How do i make "funcA" to wait till the jsp is reloaded...

Part and Inventory Search

Back
Top