Groups > dBase > dBase reports > PRINT DIALOG WINDOW REPORT




Re: PRINT DIALOG WINDOW REPORT

Re: PRINT DIALOG WINDOW REPORT
Fri, 09 Nov 2007 13:28:51 -080
Alessandro wrote:
> is it possible print directly a report without use the print dialog 
> windows?
> when i write in Dbase Plus 2.5
> MyReport.print()
> open Windows Printer Dialog. Can i jump it? in which way?
> Thank's!

MyReport.print?? There is no "print" method. Do you mean:

MyReport.render()
   ?? That works.

If that's what you're doing:

MyReport.outPut := 1 // printer

You might want to make sure the user is going to the correct printer:

MyReport.printer.choosePrinter()
   before rendering the report, though ...

> 2) is it possible to know if the printer print the report?
>    (if the printer ( i use LExmark under Windows XP 2) doesn't print my 
> report... in which way can i know it?)

I don't think so. dBASE isn't equipped to get feedback from the printer 
in any meaningful way I'm aware of.

Ken


-- 
/(Opinions expressed are purely my own, not those of dataBased
Intelligence, Inc.)/

*Ken Mayer* [dBVIPS]
/Golden Stag Productions/
dBASE at goldenstag dot net
http://www.goldenstag.net/GSP
http://www.goldenstag.net/dbase/dBASEBooks.htm
Post Reply
PRINT DIALOG WINDOW REPORT
Fri, 09 Nov 2007 18:02:52 +010
is it possible print directly a report without use the print dialog windows?
when i write in Dbase Plus 2.5
MyReport.print()
open Windows Printer Dialog. Can i jump it? in which way?
Thank's!

2) is it possible to know if the printer print the report?
    (if the printer ( i use LExmark under Windows XP 2) doesn't print my 
Post Reply
about | contact