Table of Contents
Overview
This Custom Field returns the glyphs to use from the specified barcode font.
Syntax
GETBARCODEGLYPHS(‘FontName‘)
Element | Description |
---|---|
FontName | The barcode font to be returned, e.g. EanBwrP36Tt, EanT48L |
Example
GETBARCODEGLYPHS(EanBwrP36Tt) returns {0123456789}{ABCDEFGHIJ}{abcdefghij}{#$%&’()*+,}{-!!}.
EAN13(FIELDSTR(ProductCode), GETBARCODEGLYPHS(‘EanT48L‘))