Tolto il formfeed a fine stampa se si tratta di una stampa su
file. (serve al 770 in caso di stampa su modulaser) git-svn-id: svn://10.65.10.50/trunk@5365 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
25a5d5d8bc
commit
eefb4851ac
@ -2081,6 +2081,7 @@ void TPrinter::close ()
|
|||||||
!((isfirstpage && _currentrow <= _headersize) || // non ho stampato nulla, oppure
|
!((isfirstpage && _currentrow <= _headersize) || // non ho stampato nulla, oppure
|
||||||
(_printertype == screenvis && _footersize==0 ) || // sono in visualizzazione e non c'è footer, oppure
|
(_printertype == screenvis && _footersize==0 ) || // sono in visualizzazione e non c'è footer, oppure
|
||||||
_printertype == winprinter || // è una winprinter, oppure
|
_printertype == winprinter || // è una winprinter, oppure
|
||||||
|
_printertype == fileprinter || // è una fileprinter, oppure
|
||||||
_printertype == export)) // è un export file
|
_printertype == export)) // è un export file
|
||||||
formfeed();
|
formfeed();
|
||||||
|
|
||||||
@ -2139,7 +2140,7 @@ void TPrinter::close ()
|
|||||||
#endif
|
#endif
|
||||||
else if (_printertype == localprinter)
|
else if (_printertype == localprinter)
|
||||||
{
|
{
|
||||||
#if XVT_OS == XVT_OS_SCOUNIX
|
#if XVT_OS == XVT_OS_SCOUNIX
|
||||||
TFilename s1 = tmpnam (NULL);
|
TFilename s1 = tmpnam (NULL);
|
||||||
switch (fork ())
|
switch (fork ())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user