BI & XML reports
Format to add barcodes to RTF templates
XML Tag: <?PART_NUMBER?>
Barcode Tag: <?format-barcode:PART_NUMBER;'code128a';'XMLPBarVendor'?>
add below tag to the template as well:
<?register-barcode-vendor:’com.agilent.xdo.template.rtf.util.barcoder.BarcodeUtil’;'XMLPBarVendor'?>
How to add new Barcode font to Oracle apps
How to set run time check variables in RTF templates:
step1: to set the variable "Chck" to 'N' :-
<?xdoxslt:set_variable($_XDOCTX, 'Chck', 'N')?>
step2: if condition to check the value and perform action:-
<?if: xdoxslt:get_variable($_XDOCTX,'Chck')='Y'?>
Comments
Post a Comment