Re: How to prevent eject page
From: Rick Bean (rgbean_at_unrealmelange-inc.com)
Date: 10/18/04
- Previous message: Rick Bean: "Re: Difference between preview and report"
- In reply to: Jim Hawkins: "Re: How to prevent eject page"
- Next in thread: Jim Hawkins: "Re: How to prevent eject page"
- Reply: Jim Hawkins: "Re: How to prevent eject page"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 18 Oct 2004 09:33:41 -0400
Jim,
TYPE and many other commands that are still in the language for backward compatibility aren't likely to be updated. One reason is that most of us are using the newer features and not trying to run DOS code on Windows - there are alternatives.
Rick
"Jim Hawkins" <piezo@manx.net> wrote in message news:eJGPpK6sEHA.3572@tk2msftngp13.phx.gbl...
> Craig,
> Is there some reason why the TYPE command wasn't given a NOPAGEEJECT
> clause TOO ?
> Jim Hawkins
>
> "Craig Boyd" <craig1442@mchsi.com> wrote in message
> news:k350d.142816$9d6.8372@attbi_s54...
>> Try using the NOEJECT clause in your Report command:
>>
>> REPORT FORM SomeReport NOEJECT NOCONSOLE TO PRINTER
>>
>> ...if you were using VFP 8 then you could use the NOPAGEEJECT clause:
>>
>> REPORT FORM SomeReport NOPAGEEJECT NOCONSOLE TO PRINTER
>>
>>
>> Manuel wrote:
>>
>> > hello all:
>> >
>> > How can I prevent a page eject after finishing printing a report? I have
> to
>> > print on a preprinted form that is half letter size on a dot matrix
> printer.
>> > It prints ok but after finishing printing, fox sends an eject page that
> is
>> > annoying because I have to return manually the preprinted form to the
> next
>> > form. I am using VFP7.0
>> >
>> > Thanks for the help.
>> >
>
>
- Previous message: Rick Bean: "Re: Difference between preview and report"
- In reply to: Jim Hawkins: "Re: How to prevent eject page"
- Next in thread: Jim Hawkins: "Re: How to prevent eject page"
- Reply: Jim Hawkins: "Re: How to prevent eject page"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|