Printing Bar Codes

SQR supports a wide variety of bar code types, which you can include in an SQR report.

To create a bar code, use the PRINT-BAR-CODE command. Specify the position of the bar code in an ordinary position qualifier. In separate arguments, specify the bar code type, height, text to be encoded, caption, and optional check sum. For example:

print-bar-code (1,1) 
  type=1
  height=0.5
  text='01234567890'
  caption='0 12345 67890'

Arguments to PRINT-BAR-CODE can be variables or literals.