Populating the Printer List
Hey everybody!!
Quick question that I hope you guys can help me with.
Situation:
One of our applications is launched through the start up folder of a
terminal server session. What I believe is happening is that the
application is ran at startup (just after loggin in to the terminal server
machine) and Report Builder is mapping the printers installed on the local
computer before terminal server has had time to map back all virtual
printers.
Is there a way to force Report Builder to "re-build" its printer list just
before calling the ppReport1.PrintReport method?
Thanks,
Bo Manry
bom@medmanagementllc.com
Quick question that I hope you guys can help me with.
Situation:
One of our applications is launched through the start up folder of a
terminal server session. What I believe is happening is that the
application is ran at startup (just after loggin in to the terminal server
machine) and Report Builder is mapping the printers installed on the local
computer before terminal server has had time to map back all virtual
printers.
Is there a way to force Report Builder to "re-build" its printer list just
before calling the ppReport1.PrintReport method?
Thanks,
Bo Manry
bom@medmanagementllc.com
This discussion has been closed.
Comments
uses
ppPrintr.pas;
begin
ppPrinters.Refersh;
end;
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com