Re: Printing Saved Files



I'd print it out to a file in PDF format. That way, the printer involved
later would be irrelevant.

--
Fred
Microsoft Visual FoxPro MVP


"Doug" <doug54@xxxxxxx> wrote in message
news:AeL9f.377029$oW2.84978@xxxxxxxxxxx
> What are your thoughts on how I can set up the reports so they don't print
> right away but spool the print jobs to print them later. I was told all I
> had to do was print the report to a file and then when I'm ready to print
> it, copy the file to the printer. I was told that this way you could send
> somebody the file you created and they'd be able to print it on their
> printer. How would you handle this job?
>
> Doug
>
>
> "Fred Taylor" <ftaylor@xxxxxxxx!REMOVE> wrote in message
> news:OJvoSno3FHA.2816@xxxxxxxxxxxxxxxxxxxxxxx
>> Is your printer and the client's printer the same kind and model number?
> If
>> not, you won't be able to copy a file that contains printer codes to it
>> no
>> matter what.
>>
>> --
>> Fred
>> Microsoft Visual FoxPro MVP
>>
>>
>> "Doug" <doug54@xxxxxxx> wrote in message
>> news:NHu9f.371997$1i.83566@xxxxxxxxxxx
>> > Tried that but it just seems to print to LPT1. I even tried the command
>> > SET
>> > PRINTER TO NAME \\storage\lexmark and then the command to copy to PRN
> but
>> > it
>> > just printed to the LPT printer which is at port \\doug\brotherh.
>> >
>> > Doug
>> >
>> >
>> > "Lee Mitchell" <Leemi@xxxxxxxxxxxxxxxxxxxx> wrote in message
>> > news:GiNxrok3FHA.3936@xxxxxxxxxxxxxxxxxxxxxxxx
>> >> Hi Doug:
>> >>
>> >> Try this. This line copies the file to the printer connected to LPT1:
> in
>> >> Windows. You may also specify LPT1 or LPT2 instead of PRN.
>> >>
>> >> COPY FILE final.txt TO PRN
>> >>
>> >> I hope this helps.
>> >>
>> >> This posting is provided "AS IS" with no warranties, and confers no
>> > rights.
>> >>
>> >> Sincerely,
>> >> Microsoft FoxPro Technical Support
>> >> Lee Mitchell
>> >>
>> >> *-- VFP9 HAS ARRIVED!! --*
>> >> Read about all the new features of VFP9 here:
>> >> http://msdn.microsoft.com/vfoxpro/
>> >>
>> >> *--Purchase VFP 9.0 here:
>> >>
>> >
> http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
>> >> 69-4500-8bf2-3f06689f4ab3&type=ovr
>> >>
>> >> Keep an eye on the product lifecycle for Visual FoxPro here:
>> >> http://support.microsoft.com/gp/lifeselectindex
>> >> - VFP5 Mainstream Support retired June 30th, 2003
>> >> - VFP6 Mainstream Support retired Sept. 30th, 2003
>> >>
>> >> >I'm trying to print a report that I saved with the command PRINT
> REPORT
>> >> >report1 TO FILE filename.
>> >>
>> >> >Then I copy the file to a printer port to print the file: COPY FILE
>> >> filename
>> >> >TO \\server1\printer1
>> >>
>> >> >When I use this command on my system it works fine but when I use the
>> > same
>> >> >command on a client's system it just copies the file to the computer
>> >> >and
>> >> >calls it printer1.
>> >>
>> >> >The printer seems to be set up properly, the port name is
>> >> \\server2005\x128.
>> >> >But when I copy the file file to this port it just creates a file
> called
>> >> >"x128" on my hard drive.
>> >>
>> >> >Any ideas what's wrong?
>> >>
>> >> >Thanks for your help.
>> >>
>> >>
>> >> >Doug
>> >>
>> >>
>> >>
>> >>
>> >
>> >
>>
>>
>
>


.



Relevant Pages

  • Re: Sys(1037) on VFP9 SP2
    ... Microsoft Visual FoxPro MVP ... I did what you suggest me, but how can i get the same effect as REPORT ... FORM TO PRINTER NOCONSOLE RANGE nPageFrom, ...
    (microsoft.public.fox.vfp.reports.printing)
  • Re: Printing Saved Files
    ... > I'm creating the PDF documents. ... > Reader come up and have to hit Print and Close for each report. ... >> Microsoft Visual FoxPro MVP ...
    (microsoft.public.fox.vfp.reports.printing)
  • Re: How to set Page size programmatically at run time
    ... The only other option of a smaller font would be to rotate your report to ... >> Microsoft Visual FoxPro MVP ...
    (microsoft.public.fox.vfp.reports.printing)
  • Re: New Page
    ... and mark the Data Grouping to begin a new page. ... > Reset based on: Report ... > Microsoft Visual FoxPro MVP ...
    (microsoft.public.fox.vfp.reports.printing)
  • Re: Sys(1037) on VFP9 SP2
    ... As long as you don't have the printer environment saved in the report, ... PRINT command. ... Microsoft Visual FoxPro MVP ...
    (microsoft.public.fox.vfp.reports.printing)