RpPrinter:NextPRow Access
<< Click to Display Table of Contents >> RpPrinter:NextPRow Access |
![]() ![]() ![]() |
Type | Float |
Purpose
Returns the next printer row in the current unit of measure. This value is calculated as the current PRow value plus the AvgCharHeight value.
Example
// Don't go off the end of the page
if oRpPrinter:NextPRow > oRpPrinter:PrintAreaLength
return PRINT_OK
else
// print next row
endif