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     [SOLVED] Need to print Copyright symbol For PDF Report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Need to print Copyright symbol For PDF Report
 Login/Join
 
Member
posted
Dear Team,

Please help us to print the Copyright symbol in PDF report output.

Example Code:
FOOTING BOTTOM
"Copyright © 2015 – xxxx, Inc. – All rights reserved. <+0> Page

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8
Windows, All Outputs
 
Posts: 27 | Registered: December 14, 2017Report This Post
Virtuoso
posted Hide Post
This works ok
TABLE FILE CAR 
SUM RETAIL_COST
BY COUNTRY
ON TABLE PCHOLD FORMAT PDF
FOOTING BOTTOM
"Copyright © 2015 – xxxx, Inc. – All rights reserved. <+0>"
END

You may have an issue with your code page.
Does the symbol used in the footing is valid (such as Unicode 00A9) in the assigned code page (137, 1252, 65001-UTF8, ...) from your WF installation (Client & Server) ?


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Platinum Member
posted Hide Post
Or
 DEFINE FILE CAR
COPY/A50 = 'Copyright'|HEXBYT(169,'A1')|'2015 -XXXX,Inc.';
END
TABLE FILE CAR
PRINT
CAR
FOOTING
"<COPY"
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
ENDSTYLE
END
-RUN 
 
Posts: 109 | Registered: February 02, 2016Report This Post
Member
posted Hide Post
Hi Martin,

I used the above mentioned code and ran the report. Its printing with ? instaed of copywrite symbol.

can you please explain the steps, whats need to be done from client & server side.


WebFOCUS 8
Windows, All Outputs
 
Posts: 27 | Registered: December 14, 2017Report This Post
Virtuoso
posted Hide Post
I'm not able to tell you which regional setting/code page you should use since I don't know your location and environment settings.
But at least here where to look that Client & Server does match.

Client:
Administration / Administration Console / NLS Settings

Server:
Workspace / Locale / Configuration Wizard

You may also have to check:
Workspace / Locale / Locale (Language, Numbers, Currency, Dates)

You need to make sure that in both side you use the same code page.
Also, that the Copyright symbol that you have copies/pasted into your fex is "coming" from the same/similar code page. Meaning that its Unicode (or ASCII code) render the same thing.

Then as another option, you can try pav option where the hexa value of the Copyright symbol is used to be displayed.
This is a good way to figure that the code page that you use do support the Copyright symbol that you think you are using.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Member
posted Hide Post
Hi martin,

Thanks a lot.. Issue has been resolved as suggested like setting up the code page 137 from NLS settings.
Thanks so much.


WebFOCUS 8
Windows, All Outputs
 
Posts: 27 | Registered: December 14, 2017Report This Post
Virtuoso
posted Hide Post
Good !

Update your first post to then edit the subject and add [SOLVED] at its beginning.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report 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     [SOLVED] Need to print Copyright symbol For PDF Report

Copyright © 1996-2020 Information Builders