thread184-1691596
I'm new to this forum so I have been reading a lot of older posts. I came across
thread184-1691596. The gist of the responses was that you should virtually never hard code a printer choice in your code, but allow the user to make the choice. I understood the discussion about the printer being specified in the FRX/FRT files and about how to get rid of that, etc. Everyone seemed to agree that using "SET PRINTER TO <desirable_printer>" before printing was to way to go.
This question may be out of line, but here it is. Why not just code "REPORT FORM <myreport.frx> TO PRINTER PROMPT"? It works form me even when a printer in embedded in the report file. Am I missing something?
Thanks -- Joey
I'm new to this forum so I have been reading a lot of older posts. I came across
thread184-1691596. The gist of the responses was that you should virtually never hard code a printer choice in your code, but allow the user to make the choice. I understood the discussion about the printer being specified in the FRX/FRT files and about how to get rid of that, etc. Everyone seemed to agree that using "SET PRINTER TO <desirable_printer>" before printing was to way to go.
This question may be out of line, but here it is. Why not just code "REPORT FORM <myreport.frx> TO PRINTER PROMPT"? It works form me even when a printer in embedded in the report file. Am I missing something?
Thanks -- Joey