_PEJECT System Variable

Included for backward compatibility. Use the Report Designer instead.

This system variable is undocumented in the original VFP9 help file,
but the following documentation was found in the FoxPro for Windows 2.6 help, and may still be valid:

Sets occurrence of page eject.

_PEJECT = expC

Parameters

expC must evaluate to one of the following:

BEFORE Sends a page eject before starting output. BEFORE is the default value in FoxPro for MS-DOS.

AFTER Sends a page eject after output is complete.

BOTH Sends a page eject before and after print output.

NONE Sends no page eject before or after print output. NONE is the default value in FoxPro for Windows.

If expC is a literal character string, it must be enclosed in quotation marks.

You can set _PEJECT in the Command window or during program execution, but it only has an effect within the PRINTJOB ... ENDPRINTJOB command structure.

Expand imageRemarks

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic