If you are trying to get the pdf printer to print, the do the follwoing
add Printers in the uses clause.
place a combobox in the form
combobox1.Items.Assign(Pri
To set the selected one as a printer from the combobox
put the code BeforePrint of QucikRep1
QuickRep1.PrinterSettings.
In the comoboo box the printers including network printers will come and the selected one will set for the report
or you can directly give
QuickRep1.PrinterSettings.
Also for testing just add all the bands in a report and try to print in the network printer.
Don't foget to add Printers in the uses clause.
Once I had the problem like to print in the network printer and after adding a band it works.not rememebring exactly which band it is.
sun4sunday
Main Topics
Browse All Topics





by: mokulePosted on 2006-08-18 at 07:16:08ID: 17342507
Couldn]'t You try like this then?
s[index])= '\\HENRY\C ERTIFICATE PRINTER' then /// if found assign it to Printer object x; s[index])= 'CERTIFICA TE PRINTER' then /// if found assign it to Printer object x;
if uppercase(Printlist.String
begin
Printer.PrinterIndex:=inde
exit; /// get out of here!
end
else if uppercase(Printlist.String
begin
Printer.PrinterIndex:=inde
exit; /// get out of here!
end