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     Mailing label report, footer repeats for each label column

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Mailing label report, footer repeats for each label column
 Login/Join
 
Silver Member
posted
I've created a label report and I'm including this in a compound report. The compound report has a footer image that stretches across the bottom of the page, but the image is duplicated each time a new label column shows on the report. Can I suppress this? Here is the sample code that works with the car file (you will need to create an image and name it footer_bar.gif):

Label Foc Code:
-* File 2coltest.fex
TABLE FILE EMPLOYEE
BY DEPARTMENT NOPRINT
BY LAST_NAME NOPRINT

ON DEPARTMENT SUBHEAD
"<DEPARTMENT "

ON LAST_NAME SUBHEAD
"<FIRST_NAME  <LAST_NAME "
"<ADDRESS_LN1 "
"<ADDRESS_LN2 "
"<ADDRESS_LN3 "
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
     UNITS=IN,
     PAGESIZE='Letter',
     SQUEEZE=ON,
     ORIENTATION=LANDSCAPE,
$
     PAGEMATRIX=(2 1),
      ELEMENT=(4.750000 6.555556),
      GUTTER=(0.000000 0.000000),
      MATRIXORDER=HORIZONTAL,
 $
     LABELPROMPT=OFF,
 $
TYPE=REPORT,
     GRID=OFF,
     FONT='ARIAL',
     SIZE=9,
     COLOR='BLACK',
     BACKCOLOR='NONE',
     STYLE=NORMAL,
$
TYPE=TITLE,
     STYLE=BOLD,
$
TYPE=TABHEADING,
     SIZE=12,
     STYLE=BOLD,
$
TYPE=TABFOOTING,
     SIZE=12,
     STYLE=BOLD,
$
TYPE=HEADING,
     SIZE=12,
     STYLE=BOLD,
$
TYPE=FOOTING,
     SIZE=12,
     STYLE=BOLD,
$
TYPE=SUBHEAD,
     SIZE=10,
     STYLE=BOLD,
$
TYPE=SUBFOOT,
     SIZE=10,
     STYLE=BOLD,
$
TYPE=SUBTOTAL,
     BACKCOLOR=RGB(210 210 210),
$
TYPE=ACROSSVALUE,
     SIZE=9,
$
TYPE=ACROSSTITLE,
     STYLE=BOLD,
$
TYPE=GRANDTOTAL,
     BACKCOLOR=RGB(210 210 210),
     STYLE=BOLD,
$
ENDSTYLE
END  



Compound Foc Code:
  
-* File 2colfootrepeat
-* Default Mode: ResourceLayout
COMPOUND LAYOUT
UNITS=IN, $
SECTION=section1, LAYOUT=ON, MERGE=OFF, ORIENTATION=LANDSCAPE, PAGESIZE=Letter, $
pagelayout=1, name='Layout page 1', $
component='report1', type=report, position=(0.625 0.729), dimension=(9.271 5.729), $
object=image, name='image1', image=footer_bar.gif, position=(0.312 7.399), dimension=(10.198 0.250), $
END
SET COMPONENT='report1'
-*component_type report
-INCLUDE 2coltest
COMPOUND END


This only sample code and I didn't spend more than 5 minutes doing this... Thanks for your help!

Mike

This message has been edited. Last edited by: tryFOCUSing,


Thanks!


WebFOCUS 7.1.4
WIN XP/SP2
 
Posts: 37 | Location: Baltimore, MD, USA | Registered: September 06, 2006Report This Post
Silver Member
posted Hide Post
Hi,
I ran the same code posted by you.
It displays the image only at the end of the report.

Thanks
Kar
 
Posts: 43 | Registered: August 09, 2007Report 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     Mailing label report, footer repeats for each label column

Copyright © 1996-2020 Information Builders