|
Home > Archive > FoxPro Help and Support > October 2005 > remote printing
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Villi Bernaroli 2005-10-03, 3:24 am |
| If I do the printjob on one PC, with the "to file" clause of the
REPORT command, and then use it on another PC, which precautions
do I have to take?
Do I need to have the same printer, same driver and same
print-settings on both PC's, or is there a walkaround to have it
working without all these things set?
--
The answer to the ethernal question is:
put a read events after the launch of the form
| |
| Jeroen van Kalken 2005-10-03, 7:24 am |
| On Mon, 3 Oct 2005 09:57:01 +0200, "Villi Bernaroli" <a@b.c> wrote:
When you print to file, all the printer settings are included in the
file. That includes the fonts, papersize, papertray, orientation, etc.
So you would only need a printerdriver on the PC that creates the
printfile. On the destination PC, all you do is copy the file to the
printerport.
>If I do the printjob on one PC, with the "to file" clause of the
>REPORT command, and then use it on another PC, which precautions
>do I have to take?
>Do I need to have the same printer, same driver and same
>print-settings on both PC's, or is there a walkaround to have it
>working without all these things set?
| |
| tonyedgecombe@gmail.com 2005-10-27, 8:34 am |
| To be absolutely sure you need to use the same driver at both sites.
Sometimes you can find a common driver for two different models, most
laser printers for instance support the HP PCL print stream so if you
use a generic HP driver such as the LaserJet 4 or 5 then it will work
on just about any laser printer.
Ink jets tend not to be compatible so you need to be a bit more
carefull or even create a PDF file instead.
---
Tony Edgecombe
www.printdistributor.com
Easy output management
| |
| Villi Bernaroli 2005-10-27, 8:34 am |
| Mi e' parso che tonyedgecombe@gmail.com abbia scritto:
Thanks for your answers
--
The answer to the ethernal question is:
put a read events after the launch of the form
|
|
|
|
|