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.
Read-Only TopicGo
Search
Notify
Admin
New PM!
Member posted February 01, 2011 05:51 AM
I am testing mailing labels on 7.7.1 and for some reason they are not spaced out the same as in version 7.6.9. were any changes made.
We could not find the style sheet in
c:\ibi\desktop\home\bin\fclabel.sty
anyone else noticed this - do I need to amend the report
This message has been edited. Last edited by: Jo , February 16, 2011 09:06 AM WebFOCUS 7.6.4 Windows Excel
<JG> posted February 01, 2011 06:45 AM
quote:
c:\ibi\desktop\home\bin\fclabel.sty
That's a strange location
It should be C:\ibi\DevStudio77\bin\fclabels.sty
Member I have searched the directory I still can't find the stylesheet.
Do you know if there were changes made between 7.6.9 and 7.7.02 with labels formatting or spacing?
This is the code for the labels in version 7.6.9 and for some reason it's out on 7.7.02
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE SET ONLINE-FMT PDF
ON TABLE SET STYLE *
UNITS=CM,
PAGESIZE='A4',
LEFTMARGIN=0.352734,
RIGHTMARGIN=0.282187,
TOPMARGIN=0.564374,
BOTTOMMARGIN=0.282187,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
PAGEMATRIX=(2 8),
ELEMENT=(9.947090 3.421517),
GUTTER=(0.564374 0.176367),
MATRIXORDER=VERTICAL,
$
LABELNAME=USER DEFINED LABEL,
LABELPROMPT=OFF,
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
BOTTOMGAP=0.070547,
$
TYPE=TITLE,
STYLE=BOLD,
$
TYPE=TABHEADING,
SIZE=12,
STYLE=BOLD,
$
TYPE=TABFOOTING,
WebFOCUS 7.6.4 Windows Excel
Ignored post by
Jo
posted
February 01, 2011 09:02 AM Show Post
<JG> posted February 01, 2011 01:14 PM
I checked for it on 7.7.0.1. It's always possible that it's been lost in .02 Simply copy the .sty file from the old system to the new and it should be OK.
Expert It does not appear your program uses that style-sheet, wouldn't it have to be specified in the code somewhere?
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005
IP
Member I am not using the style sheet but because the output was different between the two versions I wondered if the style sheet would give me the dimensions.
My question really is : Is there a change between version 7.6.9 and 7.7.02 which would mean that I have to recode the dimensions for my labels report?
WebFOCUS 7.6.4 Windows Excel
Ignored post by
Jo
posted
February 02, 2011 04:20 AM Show Post
Expert Jo, if you create a complete test version of your fex using one of the sample files (GGORDER, CENTORD, etc) we could then run it in different environments for verification.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005
IP
<JG> posted February 02, 2011 01:56 PM
There is nothing wrong with your styling. If it's not behaving the same in 7.7.0.2 as in 7.69 I would raise a case with IBI. Abolute positioning as you are using should not change between releases. (obvious question you have not changed label suppliers have you?) A cm is a cm an inch is an inch. If they stop being, then almost every single system in the world that depends on measurement fails.
Member No I haven't changed label suppliers - I printed them on a blank A4 sheet to compare.
I have now raised the call with IB. This is the fex using persinfo
-* File hrtu001r.FEX
-* Default Mode: Report FEX
-*SET &ECHO=ALL;
-*SET &OUTPUT='HTML';
-*? &
TABLE FILE PERSINFO
BY PERSINFO.PERSONAL.EMERGCONTACT NOPRINT
ON PERSINFO.PERSONAL.EMERGCONTACT PAGE-BREAK
HEADING
"
"""""ON TABLE SET PAGE-NUM NOLEAD ON TABLE NOTOTAL ON TABLE SET ONLINE-FMT PDF ON TABLE SET STYLE * UNITS=CM, PAGESIZE='A4', LEFTMARGIN=0.352734, RIGHTMARGIN=0.458554, TOPMARGIN=0.564374, BOTTOMMARGIN=0.282187, SQUEEZE=ON, ORIENTATION=PORTRAIT, $ PAGEMATRIX=(2 8), ELEMENT=(9.947090 3.421517), GUTTER=(0.564374 0.176367), MATRIXORDER=VERTICAL, $ LABELNAME=User defined label, LABELPROMPT=OFF, $ TYPE=REPORT, FONT='ARIAL', SIZE=9, COLOR='BLACK', BACKCOLOR='NONE', STYLE=NORMAL, RIGHTGAP=0.176367, BOTTOMGAP=0.070547, $ TYPE=TITLE, STYLE=BOLD, $ TYPE=TABHEADING, SIZE=12, STYLE=BOLD, $ TYPE=TABFOOTING, SIZE=12, STYLE=BOLD, $ TYPE=HEADING, SIZE=12, STYLE=BOLD, $ TYPE=HEADING, LINE=1, OBJECT=TEXT, ITEM=1, SIZE=9, STYLE=NORMAL, $ TYPE=HEADING, LINE=1, OBJECT=FIELD, ITEM=1, SIZE=9, STYLE=NORMAL, $ TYPE=HEADING, LINE=2, OBJECT=TEXT, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=2, OBJECT=FIELD, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=3, OBJECT=TEXT, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=3, OBJECT=FIELD, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=4, OBJECT=TEXT, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=4, OBJECT=FIELD, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=5, OBJECT=TEXT, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=5, OBJECT=TEXT, ITEM=2, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=5, OBJECT=FIELD, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=5, OBJECT=FIELD, ITEM=2, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=6, OBJECT=TEXT, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=6, OBJECT=TEXT, ITEM=2, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=6, OBJECT=FIELD, ITEM=1, SIZE=8, STYLE=NORMAL, $ 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 Thank you for your help Jyoti
This message has been edited. Last edited by: Jo , February 04, 2011 05:29 AM WebFOCUS 7.6.4 Windows Excel
Ignored post by
Jo
posted
February 04, 2011 03:29 AM Show Post
Member quote:
Originally posted by Jo:
No I haven't changed label suppliers - I printed them on a blank A4 sheet to compare.
-* File hrtu001r.FEX
-* Default Mode: Report FEX
-*SET &ECHO=ALL;
-*SET &OUTPUT='HTML';
-*? &
TABLE FILE PERSINFO
BY PERSINFO.PERSONAL.EMERGCONTACT NOPRINT
ON PERSINFO.PERSONAL.EMERGCONTACT PAGE-BREAK
HEADING
"
"""""ON TABLE SET PAGE-NUM NOLEAD ON TABLE NOTOTAL ON TABLE SET ONLINE-FMT PDF ON TABLE SET STYLE * UNITS=CM, PAGESIZE='A4', LEFTMARGIN=0.352734, RIGHTMARGIN=0.458554, TOPMARGIN=0.564374, BOTTOMMARGIN=0.282187, SQUEEZE=ON, ORIENTATION=PORTRAIT, $ PAGEMATRIX=(2 8), ELEMENT=(9.947090 3.421517), GUTTER=(0.564374 0.176367), MATRIXORDER=VERTICAL, $ LABELNAME=User defined label, LABELPROMPT=OFF, $ TYPE=REPORT, FONT='ARIAL', SIZE=9, COLOR='BLACK', BACKCOLOR='NONE', STYLE=NORMAL, RIGHTGAP=0.176367, BOTTOMGAP=0.070547, $ TYPE=TITLE, STYLE=BOLD, $ TYPE=TABHEADING, SIZE=12, STYLE=BOLD, $ TYPE=TABFOOTING, SIZE=12, STYLE=BOLD, $ TYPE=HEADING, SIZE=12, STYLE=BOLD, $ TYPE=HEADING, LINE=1, OBJECT=TEXT, ITEM=1, SIZE=9, STYLE=NORMAL, $ TYPE=HEADING, LINE=1, OBJECT=FIELD, ITEM=1, SIZE=9, STYLE=NORMAL, $ TYPE=HEADING, LINE=2, OBJECT=TEXT, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=2, OBJECT=FIELD, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=3, OBJECT=TEXT, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=3, OBJECT=FIELD, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=4, OBJECT=TEXT, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=4, OBJECT=FIELD, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=5, OBJECT=TEXT, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=5, OBJECT=TEXT, ITEM=2, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=5, OBJECT=FIELD, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=5, OBJECT=FIELD, ITEM=2, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=6, OBJECT=TEXT, ITEM=1, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=6, OBJECT=TEXT, ITEM=2, SIZE=8, STYLE=NORMAL, $ TYPE=HEADING, LINE=6, OBJECT=FIELD, ITEM=1, SIZE=8, STYLE=NORMAL, $ 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 For some reason the print statements are not coming across All I did was list the fields frpm the table HEADING -*-*-*-*-*-*ON TABLE SET PAGE-NUM NOLEAD Thank you for your help Jyoti
This message has been edited. Last edited by: Jo , February 04, 2011 11:32 AM WebFOCUS 7.6.4 Windows Excel
Ignored post by
Jo
posted
February 04, 2011 11:24 AM Show Post
Member Hi I tried copying the fex in but the print statement does not seem to have come out
they were simply printing from persinfo and ordering by PERSINFO.PERSONAL.EMERGCONTACT
HEADING
PERSINFO.PERSONAL.EMERGCONTACT
PERSINFO.PERSONAL.RELATIONSHIP
PERSINFO.PERSONAL.CITY
PERSINFO.PERSONAL.STREETNO
PERSINFO.PERSONAL.POSTALCODE
PERSINFO.PERSONAL.COUNTRY
And the problem in on version 7.7.02 it's working okay on 7.6.9
WebFOCUS 7.6.4 Windows Excel
Ignored post by
Jo
posted
February 08, 2011 06:59 AM Show Post
Member Solved
In the end by trial and error and amending the original values for the label size
Thanks
Jyoti
WebFOCUS 7.6.4 Windows Excel
Ignored post by
Jo
posted
February 16, 2011 08:53 AM Show Post
Please Wait. Your request is being processed...
Read-Only TopicCopyright © 1996-2020 Information Builders