Discussion:
Programming for labelprinter Citizen CLP 521
(too old to reply)
Fensmark
2007-09-10 05:54:01 UTC
Permalink
Hi,

I am printing labels on this printer using the windows printerdriver
'generic text'. My problem is, that I can print 1 label, or multiple copies
of that label. But If I attempt to print 2 different labels in the same
report, the second label will be ignored.

If I print the label to a file, I can verify that the labelinfo actually is
send to the printer.

If anybody is programming succesfully to that specific printer, I would like
to have a hint of how to assure the printing of the seocond label.

And by the way - what are the easiest way to print a bmp-file on the label.

Thanks in advance and best regards
Torben Fensmark
Denmark
Joseph Bradvica
2007-11-26 20:23:01 UTC
Permalink
I am assuming that is a standard label printer. You have to use a
element.newPage(); You can use in your fetch or in the super() of your body.

Joseph
Post by Fensmark
Hi,
I am printing labels on this printer using the windows printerdriver
'generic text'. My problem is, that I can print 1 label, or multiple copies
of that label. But If I attempt to print 2 different labels in the same
report, the second label will be ignored.
If I print the label to a file, I can verify that the labelinfo actually is
send to the printer.
If anybody is programming succesfully to that specific printer, I would like
to have a hint of how to assure the printing of the seocond label.
And by the way - what are the easiest way to print a bmp-file on the label.
Thanks in advance and best regards
Torben Fensmark
Denmark
Fensmark
2007-11-26 22:16:03 UTC
Permalink
Hi Joseph

Thanks for your answer. I did not help me. But in the meantime, I had found
out, that it is a matter of the pagelength defined on the printerdriver.

Best Regards
Torben Fensmark
Post by Joseph Bradvica
I am assuming that is a standard label printer. You have to use a
element.newPage(); You can use in your fetch or in the super() of your body.
Joseph
Post by Fensmark
Hi,
I am printing labels on this printer using the windows printerdriver
'generic text'. My problem is, that I can print 1 label, or multiple copies
of that label. But If I attempt to print 2 different labels in the same
report, the second label will be ignored.
If I print the label to a file, I can verify that the labelinfo actually is
send to the printer.
If anybody is programming succesfully to that specific printer, I would like
to have a hint of how to assure the printing of the seocond label.
And by the way - what are the easiest way to print a bmp-file on the label.
Thanks in advance and best regards
Torben Fensmark
Denmark
waldemar kuczynski
2011-08-17 07:28:10 UTC
Permalink
Hi ,
I am facing programming AX 2009 to send labels to CLP 521 printer.
Can you suggest where to start? Do you have any pieces of AX code which you could share?

Any help highly appreciated

Kind Regards
valdek kuczynski
Post by Fensmark
Hi,
I am printing labels on this printer using the windows printerdriver
'generic text'. My problem is, that I can print 1 label, or multiple copies
of that label. But If I attempt to print 2 different labels in the same
report, the second label will be ignored.
If I print the label to a file, I can verify that the labelinfo actually is
send to the printer.
If anybody is programming succesfully to that specific printer, I would like
to have a hint of how to assure the printing of the seocond label.
And by the way - what are the easiest way to print a bmp-file on the label.
Thanks in advance and best regards
Torben Fensmark
Denmark
Post by Joseph Bradvica
I am assuming that is a standard label printer. You have to use a
element.newPage(); You can use in your fetch or in the super() of your body.
Joseph
Post by Fensmark
Hi Joseph
Thanks for your answer. I did not help me. But in the meantime, I had found
out, that it is a matter of the pagelength defined on the printerdriver.
Best Regards
Torben Fensmark
Loading...