February 21, 200619 yr 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
Create an account or sign in to comment