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

    how to solve java.lang.OutOfMemoryError.

    Hi, Can anyone help me in giving suggestion how to solve java.lang.OutOfMemoryError. very urgent! Thanks in advance, chags.
  2. chags

    How to catch \n in a string.

    In a string i want to replace '\n'(next line) to ' '(space). So I tried the following code but it not even identifing '\n' Code: String test = "sending data \n to excell \n"; test.replace('\n',' '); If anyone knows how to catch \n in a string please help me.
  3. chags

    dialog box with YES, NO& CANCEL

    How to display a dialog box with YES,NO,CANCEL BUTTONS. -Chags
  4. chags

    Problem with HREF and Submit( )

    By clicking nextpage button, CheckSaveState(form) is triggered and in which it checks whether any thing is there to save in the current page and if found then has to call submit() methode. This submit action takes atleast 30sec to update database in SAP. After submitting it has to show next page...
  5. chags

    Two actions in one click.

    Hi, By clicking next button it has to update the database and should show next page. For which I writtern the following code <A HREF=&quot;/servlet/SFAWhatNextServlet?Request=rerun&quot; onclick=&quot;return checkSaveState(formname)&quot;>Image</A> In which the methode...
  6. chags

    Is there any trigger cursorout trigger

    I want to fire a trigger whenever the cursor moving out of the input field. Is there any triggers such as Cursurout or such. I really appreciate if any expert helps me in this. Thanks in Advance, chags

Part and Inventory Search

Back
Top