Display from Form/List

From Form:

Formatter - Embed a barcode label directly on any form:

  1. Visit System UI -> UI Macros in the left nav. Locate & open the record titled 'barcode_formatter'. Following the instructions in the commented code, copy the UI Macro code into a new UI Macro and update values to accommodate your needs. Save your new record.

  2. Visit System UI -> Formatters in the left nav. Open the record titled 'Barcode (Generator Form)'. Update the Name and Table fields to match the table where you wish to place the barcode label. Insert and Stay to create a new record.

  3. Visit the form of the table where you wish to place the barcode label. Right click the form header and select Configure -> Form Layout. Find your new Formatter in the list and add it to your desired location on the form.

Formatter on Form

Dialog Box (Modal) from Form Button - Display a barcode label in a pop-up window:

  1. Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Barcode (Dialog)'.

  2. Update the Name and Table fields to match the table where you wish to place the button that will open the Dialog box. Following the instructions in the commented code, update code values to accommodate your needs. Insert and Stay to create a new record.

  3. Visit the form view for a record on the specified table. Click the button to open the barcode label in a Dialog box (modal).

Dialog Box from Form

UI Page from Form Button - Display a barcode label in a separate window:

  1. Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Barcode (Page)'.

  2. Update the Name and Table fields to match the table where you wish to place the button that will open the page. Following the instructions in the commented code, update code values to accommodate your needs. Insert and Stay to create a new record.

  3. Visit the form view for a record on the specified table. Click the button to open the barcode label on a new page.

Display from Form
UI Page

All options to display barcode labels on/from form utilize client-side barcode generation.

From List:

UI Page from List Choice - Display barcode labels in a separate window:

  1. Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Show Barcodes (List)'.

  2. Update the Name and Table fields to match the table where you wish to place the list choice. Following the instructions in the commented code, update code values to accommodate your needs. Insert and Stay to create a new record.

  3. Visit the list view of the specified table, check as many options as desired from the list, and then click the specified UI Action from the drop-down menu. The barcodes will be displayed on a new page.

Display from List
Multiple Barcode Display

All options to print barcode labels from list utilize client-side barcode generation.

Last updated