Dymo label printers, anyone using?

D

Dean Slindee

Anyone know how to properly program special form labels for these devices:
Dymo 330, 400 twin?


Environment: database SQL Server backend.

Printer: Dymo LabelWriter 330 sitting on the users desk.


So, we have a networked database being the source of an Access 2003
application where the executable (.ade) is installed on a user's desktop.
The user wants to print to a local desktop Dymo label printer.
Specifically, then want two different labels, each with needing special x,y
offsets to locate the data on the label face just right.

In order to get the same set of special format labels to work on each user'
s desktop, I had to compile the .adp on each user's machine, selecting a
default label from a list of "standard" label formats. It appears to me
that the compilation does something to store the special label settings on
each individual PC (perhaps in the Registry, or some Access control file).

In short, while this works, it is an intolerable maintenance situation. Is
there some standard way that I can program the special offsets into the
labels on my test machine using a local Dymo printer, and then distribute
the .ade with these settings so that they will work on each user's PC
(without doing individual PC compilations)?



Thanks,

Dean Slindee
 
P

Paul Shapiro

I think Dymo has a SDK on their website with some coding examples. If that
doesn't give you the info you need, let me know and I can look through some
code I've written.
Paul Shapiro
 
D

dlblock

You can predesign a layout using DYMO Label Design software, placing
objects exactly where you want them. Then, use the SDK from Access
(examples are included) to populate the objects with the data and
print. If you need to print on two different labels, the LabelWriter
Twin Turbo holds two rolls at once, and you can print to either roll.

I hope this helps.
David from DYMO
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top