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 comment field in .fex is wrapping, but goes into multiple rows. The comment field is Oracle data type "LONG".
Is something I can add to fix this? Tried increasing the wrap setting, but did not make a difference
Here's an excerpt:
ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET FORMULTIPLE ON ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT &WFFMT.(,,).Select type of display output. ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = endeflt, $ TYPE=TABFOOTING, LINE=1, JUSTIFY=LEFT, $ TYPE=TABFOOTING, LINE=1, OBJECT=TEXT, ITEM=1, FONT='ARIAL', SIZE=9, STYLE=ITALIC, $ TYPE=TABFOOTING, LINE=2, JUSTIFY=LEFT, $ TYPE=TABFOOTING, LINE=2, OBJECT=TEXT, ITEM=1, FONT='ARIAL', SIZE=9, STYLE=ITALIC, $ TYPE=REPORT, COLUMN=N18, WRAP=6.000000,This message has been edited. Last edited by: Kerry,
Does your data contain line feed (HEXBYT(10,'A1')) and carriage return(HEXBYT(13,'A1')) characters? As these may be interpreted depending upon the output format.
Search LINEBREAK setting.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
'multiple rows' is different from 'wrapping'. you seem to be saying your field is NOT wrapping (in 1 cell), but rather creating multiple cells. If you make a master file from this table, what does the field format look like?
try this. redefine the field... DEFINE FILE ... MYFIELD/A1000 = sourcefield; END and see if printing out that MYFIELD will interpret it differently. If it still comes out in multiple rows, then there is something rotten in denmark.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
will do it for you (cause the multi-rows). See F1 Help for more information. For starters, search for "FORMAT attribute" / "Syntax: How to Specify a Text Field in a Master File".
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005