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.
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...
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="/servlet/SFAWhatNextServlet?Request=rerun" onclick="return checkSaveState(formname)">Image</A>
In which the methode...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.