Save to Disk
Last updated
Last updated
Enable the 'Savable' option on the Barcode Generator record for the desired barcode label
Any place where the in-browser view of the barcode label is enabled (form, dialog box (modal), ui page, widget), the 'Save' button can be clicked to save the barcode label to your local computer.
All options to save barcode labels from label utilize client-side barcode generation. The resulting file type is PNG.
Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Save Barcode'.
Update the Name and Table fields to match the table where you wish to place the button. Following the instructions in the commented code, update code values to accommodate your needs. Insert and Stay to create a new record.
Visit the form view for a record on the specified table. Click the button to save the barcode label to your local computer.
All options to save barcode labels from form utilize client-side barcode generation. The resulting file type is PNG.
Visit Barcode & QR Code Generator -> UI Actions in the left nav. Locate and open the UI Action titled 'Test Save Barcodes (List)'.
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.
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. This will trigger a save of the barcode labels to your local computer.
All options to save barcode labels from list utilize client-side barcode generation. The resulting file type is PNG.
Note: The 'Savable' checkbox must be selected on the Barcode Generator record in order for this method to be successful.