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     [CASE OPENED] Using MARKUP on a SUBFOOT

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CASE OPENED] Using MARKUP on a SUBFOOT
 Login/Join
 
Expert
posted
We have a issue with upgrading to V7.7.05.

We have a block of text displayed in a PDF report that uses MARKUP and the full justification tags.

In 7.6.6 this works, in 7.7.05 the justification does not quite work on the SUBFOOT.
The block moves to the left of the page.

Just wondering if anyone else has had this issue.

This code replicated the issue.

DEFINE FILE CAR
SUBFOOT_LINE1/A1500 = '<full>Customer'
| ' Service Is Everything. At Information Builders, we are as open and flexible as'
| ' our software, and our customers are our greatest asset. For every new product'
| ' and feature, there''s a customer who drove it. For every customer there''s an'
| ' answer. Our customer-centric philosophy is backed up by an integrated support'
| ' network of people passionately dedicated to the success of your business'
| ' initiatives. Consulting, Education, Technical Support, Product Development the'
| ' support network is the sum of these groups, and it stands ready to help you.'
| ' Information Builders has also created a community Web site for our developers.'
| ' At Focal Point, you can visit our message boards and browse through numerous'
| ' helpful resources.'
 | '<br><br>'
 | 'Customer'
| ' Service Is Everything. At Information Builders, we are as open and flexible as'
| ' our software, and our customers are our greatest asset. For every new product'
| ' and feature, there''s a customer who drove it. For every customer there''s an'
| ' answer. Our customer-centric philosophy is backed up by an integrated support'
| ' network of people passionately dedicated to the success of your business'
| ' initiatives. Consulting, Education, Technical Support, Product Development the'
| ' support network is the sum of these groups, and it stands ready to help you.'
| ' Information Builders has also created a community Web site for our developers.'
| ' At Focal Point, you can visit our message boards and browse through numerous'
| ' helpful resources.</full>' ;
END

TABLE FILE CAR
 SUM
 COUNTRY AS 'Col1'
 SEATS/P20.8B   AS 'Col2'
  BY COUNTRY  NOPRINT

WHERE COUNTRY EQ 'ENGLAND'

 ON TABLE NOTOTAL
 ON COUNTRY SUBFOOT
 " "
 "<SUBFOOT_LINE1"
 ON TABLE PCHOLD FORMAT PDF
 ON TABLE SET STYLE *
 TYPE=REPORT, GRID=OFF, ORIENTATION=PORTRAIT, $
 TYPE=REPORT, SIZE=8, $
 TYPE=REPORT, PAGESIZE=A4,FONT=ARIAL, UNITS=CM, $
 TYPE=REPORT, FONT='ARIAL', SIZE=9, LEFTMARGIN=2.1, RIGHTMARGIN=2.1, BOTTOMMARGIN=0.5, TOPMARGIN=1.6, $
 TYPE=REPORT, COLUMN=P1, WRAP=12.5, $
 TYPE=REPORT, COLUMN=P2, WRAP=3,  $
 TYPE=TITLE,  STYLE=BOLD, SIZE=10, BORDER=MEDIUM, BACKCOLOR='RGB(193 197 200)', $
 TYPE=DATA, BACKCOLOR=(WHITE RGB(193 197 200)), BORDER=MEDIUM, $
 TYPE=SUBFOOT, FONT='ARIAL', SIZE=9, MARKUP=ON, $
 ENDSTYLE
END

This message has been edited. Last edited by: <Kathryn Henning>,


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
Waz,

Similar in WF8 - I would call it in.

The "full" tags do not seem to be honoured either. Using "wrap" at subhead level helps a little.

The BR tags also appear to help things to go wrong, try using HEXBYT(13,'A1') instead with LINEBREAK=CR at report level.

That gives a reasonable output but without full justification. Frowner

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
Platinum Member
posted Hide Post
PRINTPLUS = ON is one of my favorite commands when using PDF. You have to understand how it works with PDFs and I'm not sure it will do anything with the MARKUP override. With those caveats, I thought I would throw it in as it can clean up some pesky things.


WebFOCUS 7.7.05 (Someday 8)
Windows 7, All Outputs
In Focus since 1983.
 
Posts: 103 | Registered: April 27, 2011Report This Post
Platinum Member
posted Hide Post
Confirmed that this issue exists in 8.09 but works correctly in 7.6.11.

The problem seems to be the sylesheet setting for the leftmargin affecting the MARKUP text field.

The STYLESHEET LEFTMARGIN=2.1 is respected on the first line of text for the defined field (line 2 of the subfoot) but the subsequent lines appear in the leftmost postion on the page.

The same behavior occurs if used in the subheading, heading, etc. The problem seems to be related to the Stylesheet MARKUP tag. If I repalce the MARKUP tag with WRAP=15.5, all of the text aligns properly with the set leftmargin. Of course it loses the MARKUP capabilities.

I also tried removing all MARKUP codes from the text and the same loss of margin occurs.

Kevin, the PRINTPLUS on or off has no impact.

This is indeed a bug.



In FOCUS since 1985 - WF 8.009/8.104 Win 8 Outputs: ALL of 'em! Adapters: Sql Server Teradata Oracle
 
Posts: 161 | Location: Dallas, TX | Registered: February 20, 2009Report This Post
Expert
posted Hide Post
Thanks Guys,

Case submitted.

I'll see about the other options without full justification.


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
<Kathryn Henning>
posted
Hi Waz,

While we wait to see if another customer can help with this issue, please keep us posted on the final solution from your case. Thank you in advance for sharing with all.

Regards,

Kathryn
 
Report 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     [CASE OPENED] Using MARKUP on a SUBFOOT

Copyright © 1996-2020 Information Builders