The printer does not cut on each record (2 Viewers)

Mario R. Perez

New member
Local time
Today, 12:34
Joined
May 14, 2020
Messages
26
I have a Thermal printer "STAR TPS100III" I'm sending a page of labels and I want it to make a cut for each record. (PIC1) It prints correctly but doesn't make the cut. Does anyone have experience? (PIC2 it would be ideal) I've tried Report/Detail, format/new row or col = "Before & After." The printer is installed and configured correctly. Thanks in advance.
 

Attachments

  • Screenshot 2025-08-20 175509.png
    Screenshot 2025-08-20 175509.png
    32.4 KB · Views: 25
  • Screenshot 2025-08-20 175627.png
    Screenshot 2025-08-20 175627.png
    25.2 KB · Views: 29
you should add Grouping on your report. Group it by the first number (ex: 8250004).
then New Page after the Group.
 
I have a Thermal printer "STAR TPS100III" I'm sending a page of labels and I want it to make a cut for each record. (PIC1) It prints correctly but doesn't make the cut. Does anyone have experience? (PIC2 it would be ideal) I've tried Report/Detail, format/new row or col = "Before & After." The printer is installed and configured correctly. Thanks in advance.
I’m trying to understand what you mean by “make the cut”. Does your printer have some type of blade or are you talking about spacing or grouping in your label report?
 
We have a Zebra ZT-410 and we had to add a custom paper size to the print server, and then select that paper size, but I forget where, maybe in the printer driver, maybe in the Page Setup dialog for the printer. Also, if your 4-page screenshot is a print preview, obviously the paper size is wrong.
 
I’m trying to understand what you mean by “make the cut”. Does your printer have some type of blade or are you talking about spacing or grouping in your label report?
Yes. It's a printer for dry cleaners that makes horizontal cuts of the tags. Pls see pic
 

Attachments

  • o.jpg
    o.jpg
    125.5 KB · Views: 15
you should add Grouping on your report. Group it by the first number (ex: 8250004).
then New Page after the Group.
Hi arneglp, I already grouped it by order number (fldorder), but I'm confused about "then New Page after the Group.", Fldorder header and Detail have similar properties "force New page", which one should I apply "new page after" to? please see pics. thanks
 
Hi arneglp, I already grouped it by order number (fldorder), but I'm confused about "then New Page after the Group.", Fldorder header and Detail have similar properties "force New page", which one should I apply "new page after" to? please see pics. thanks
you should add Grouping on your report. Group it by the first number (ex: 8250004).
then New Page after the Group.
 

Attachments

  • b.png
    b.png
    33.2 KB · Views: 16
  • a.png
    a.png
    37.5 KB · Views: 13
To force a new page after the group you'll need to add a group footer section, which can be of zero height, and set the Force New Page property of the footer to 'after section'.
 
click "FldOrder header" Group (band) and on it's Property->Format->Force New Page: Before Section
 
Yes. It's a printer for dry cleaners that makes horizontal cuts of the tags. Pls see pic
So the paper isn’t perforated or scored since the printer has a “scissors” or blade that should make cuts after every label/record. Sounds like you need only set the paper size to the proper dimensions and match this with the detail section size.
 
Hi Mario,
we use a Custom Kube with thermal paper, and for full cut/partial cut paper, on properties of printer driver, we have CUT MODE


1756195234223.png


1756195537598.png
 

Users who are viewing this thread

Back
Top Bottom