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
PROBLEMS PRINT INVOICES WITH DCPRINT ON
PROBLEMS PRINT INVOICES WITH DCPRINT ON
Nolberto Paulino
Regards
Regards
Re: PROBLEMS PRINT INVOICES WITH DCPRINT ON
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.
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.
Re: PROBLEMS PRINT INVOICES WITH DCPRINT ON
Hi skiman
Thanks for your answer
and what type of paper can I choose
Thanks for your answer
and what type of paper can I choose
Nolberto Paulino
Regards
Regards
Re: PROBLEMS PRINT INVOICES WITH DCPRINT ON
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.
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.
- slobodan1949
- Posts: 88
- Joined: Mon Apr 25, 2011 8:57 am
- Location: SERBIA
- Contact:
Re: PROBLEMS PRINT INVOICES WITH DCPRINT ON
The rows on the page should be counted and when they exceed the allowed number the DCPRINT EJECT command should be given