Alaska Software Inc. - FRAX and printing
Username: Password:
AuthorTopic: FRAX and printing
Rudolf ReinthalerFRAX and printing
on Fri, 05 Oct 2012 12:26:47 +0200
Hello,
I use FRAX and want to print a report to a printer without any dialog:

FrPrn:PrintOptions:SetPrinter(cPrinter)
FrPrn:SetProperty("Report", "ShowProgress", .f.)
FrPrn:PrepareReport()
FrPrn:Print(.t.)
FrPrn:SetProperty("Report", "ShowProgress", .t.)


but I always get the printer dialog, how can I supress it ?
regards
Rudolf
Jose Manuel Garcia del VaRe: FRAX and printing
on Fri, 12 Oct 2012 21:51:28 +0200
FrPrn:PrintOptions:SetShowDialog(.F.)

<Rudolf Reinthaler> escribi en el mensaje 
news:5ec2902c$c71de5d$614bd@news.alaska-software.com...
> Hello,
> I use FRAX and want to print a report to a printer without any dialog:
>
> FrPrn:PrintOptions:SetPrinter(cPrinter)
> FrPrn:SetProperty("Report", "ShowProgress", .f.)
> FrPrn:PrepareReport()
> FrPrn:Print(.t.)
> FrPrn:SetProperty("Report", "ShowProgress", .t.)
>
>
> but I always get the printer dialog, how can I supress it ?
> regards
> Rudolf