Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 6848 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

Folks, I've got a Dymo LabelWriter Duo and I used the Mac SDK (which uses Applescript) for it to automate barcode printing using the Dymo app. The Dymo software will generate any barcode I need.

I need to know how to pass or use the contents of one field in Filemaker as the data I want the Dymo software to barcode and print. Can I integrate this all into Filemaker? Also, how do you insert a hard return and text after the barcode? Below is my applescript:

(*

DYMO Label Software V7.0 SDK

This example demonstrates how to print a barcode using the Tape Editor plug-in.

*)

tell application "DYMO Label"

loadPlugin name "Tape Editor"

openLabel in "/Applications/DYMO Label/DLS SDK/SDK Examples/Empty12mmTape.DLF"

tell current plugin

addbarcode with "2000" position top size large type Code128B

end tell

end tell

This topic is 6848 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.