I change the Default Printer but only affect the application when close my application and start again ! How i can change the printer in Windows and my report get this change?
Hi Mauri
add printers to your uses clause and retrieve index of available printers
then us reports changeprinter function.
frreport1.ChangePrinter(oldindex:integer,newindex:integer)boolean
regards
Comments
add printers to your uses clause and retrieve index of available printers
then us reports changeprinter function.
frreport1.ChangePrinter(oldindex:integer,newindex:integer)boolean
regards