Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print Dialog Box
Message
From
16/06/1999 11:37:31
 
 
To
15/06/1999 16:26:26
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00230113
Message ID:
00230449
Views:
28
>
lcPrinterChosen = GetPrinter())
>IF Empty(lcPrinterChosen)
>   *-- Cancel selected
>ELSE
>   SET PRINTER TO NAME (lcPrinterChosen)
>ENDIF
HTH

Hmm... I've tried that code before and wondered why my local printout went to my network printer! As it turns out, when I do:
set printer to name (myprinter)
report form _____ noconsole to printer
it still sends the job out to the windows default printer instead of teh one I selected..
I have to use
report form ____ noconsole to printer prompt && and Preview when appropriate
Also, do Printjob / Endprintjob have any real effect?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform