Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Bar Code Printing through oracle reports run under Oracle Forms 11g Fusion Middleware

user4990108Nov 10 2021

I want to print Bar Codes through oracle reports run under Oracle Forms 11g Fusion Middleware. From report builder (development machine) I can generate Bar Code. However, while I put my compiled report (.rpt) in the Production Server run in Oracle Forms 11g Fusion Middleware, that Bar Code field is not getting displayed in Bar Code format.

Comments

Sudhakar-Oracle

There are two options to implement barcode, with java bean ( jar based) or with true ttf fonts. Since FMW11g now supporting windows based true ttf files under Linux based report server, this is the recommended method.
Refer to Quick Reference to Building a Paper Report with a Barcode JavaBean (Doc ID 265463.1)
Note:852698.1 "How to Use TTF Fonts for Font Metrics On Unix With Reports 11g?"

1 - 1

Post Details

Added on Nov 10 2021
1 comment
171 views