Links are not active on this page.
 _PLENGTH 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:

Returns or sets length of page.

_PLENGTH = expN

Expand imageRemarks


Included for backward compatibility - use the Report Writer instead.

_PLENGTH contains a numeric value that determines the number of output lines per page. The _PLENGTH value can range from 1 to 32,767, inclusive. The default is 66. Use _PLENGTH in conjunction with _PLINENO to determine when a page eject is needed.

Expand imageSee Also