As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I have a question, I need to save data from a textarea in a form, which can have several lineas and several paragraphs, if I put all the text in a variable and I do an alert, the text shows the thext ok, with de Intros the user has done.
When I do a Maintanin in the DB, the text saves itself in the field, which is a Varchar2, but when in another fex I try to show the data stored before, this text don't show the posibbles intros who could be in the text field.
Is there any way to store the data with the intros?
Thanks
Posts: 52 | Location: Madrid | Registered: July 18, 2005
Has this issue regarding INTRO events been resolved?
If not, I would strongly recommend you contact Information Builder's Technical Support Help Desk for assistance. You can either call at 1-800-736-6130, or access the online system InfoResponse at http://techsupport.ibi.com .
Hope this helps.
Cheers,
Kerry
Posts: 1948 | Location: New York | Registered: November 16, 2004
I've done some code for this issue and I got the way to do it, I'm goint to expliain it:
In Javascript, when I capture the textarea text, the text is formated, in a JS function I get the ascii code for INTRO and then I change that ascii code by \n (Intro en JS) and save in Oracle. Same happens with a tab text, get the ascii code and then change it to \t and save it to Oracle.
Next time I get this text, it will get the formatted text initially.
I hope my beginner's English be readeable.
Regards
Posts: 52 | Location: Madrid | Registered: July 18, 2005