PROBLEMS PRINT INVOICES WITH DCPRINT ON

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

PROBLEMS PRINT INVOICES WITH DCPRINT ON

#1 Post by digitsoft »

Hello Roger
I am printing the sales invoices with DCPRINT ON on a Termico Star SP700 printer, I have the problem that when the invoice has many lines of sale, it does not print complete and I send all the data to the printer.


I have this configuration

DCPRINT ON FONT '08.Arial' TO oPrinter TITLE pDocumento ;
FORMSIZE XBPPRN_FORM_USER ;
COPIES nNumeroDeCopiaStar ;
NAME cPuertoPrinterVta ;
SIZE 75,40.3 // PREVIEW
Nolberto Paulino
Regards

skiman
Posts: 1183
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: PROBLEMS PRINT INVOICES WITH DCPRINT ON

#2 Post by skiman »

Hi,

I don't think this has something to do with dcprint, but with the paper format in the driver. Try to select 'paperrol' instead of a label.

If there is a label defined of 10 cm, it will stop printing at 10 cm.
Best regards,

Chris.
www.aboservice.be

User avatar
digitsoft
Posts: 451
Joined: Thu Jan 28, 2010 1:33 pm
Location: Republica Dominicana
Contact:

Re: PROBLEMS PRINT INVOICES WITH DCPRINT ON

#3 Post by digitsoft »

Hi skiman
Thanks for your answer

and what type of paper can I choose
Nolberto Paulino
Regards

skiman
Posts: 1183
Joined: Thu Jan 28, 2010 1:22 am
Location: Sijsele, Belgium
Contact:

Re: PROBLEMS PRINT INVOICES WITH DCPRINT ON

#4 Post by skiman »

Hi,

As I wrote. You need to select 'paperrol' or 'roll' or 'endless roll' or ... I don't know how it will be named in your local printer driver.
Best regards,

Chris.
www.aboservice.be

User avatar
slobodan1949
Posts: 80
Joined: Mon Apr 25, 2011 8:57 am
Location: SERBIA
Contact:

Re: PROBLEMS PRINT INVOICES WITH DCPRINT ON

#5 Post by slobodan1949 »

The rows on the page should be counted and when they exceed the allowed number the DCPRINT EJECT command should be given

Post Reply