Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] text wrapping into multiple rows

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] text wrapping into multiple rows
 Login/Join
 
Member
posted
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,


WebFOCUS 7.702
Windows, All Outputs
 
Posts: 27 | Registered: February 17, 2011Report This Post
Expert
posted Hide Post
What is the format of the field, is it TXnn


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Expert
posted Hide Post
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, 2004Report This Post
Member
posted Hide Post
I am looking into this. Field type is "LONG" in database.
Coming up as Alphanumeric in .fex.


WebFOCUS 7.702
Windows, All Outputs
 
Posts: 27 | Registered: February 17, 2011Report This Post
Expert
posted Hide Post
'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, 2003Report This Post
Expert
posted Hide Post
quote:
what does the field format look like?
Or TXnn as Waz asked? If it's a TXnn, then that accounts for the multiple rows (I think).




   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, 2005Report This Post
Member
posted Hide Post
Here's what's in the Master Files:

FIELDNAME=LAW_COMMENT, ALIAS=LAW_COMMENT, USAGE=TX50, ACTUAL=TX,
MISSING=ON, $


WebFOCUS 7.702
Windows, All Outputs
 
Posts: 27 | Registered: February 17, 2011Report This Post
Expert
posted Hide Post
quote:
TX50
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, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] text wrapping into multiple rows

Copyright © 1996-2020 Information Builders