RpPrinter:NextPRow Access

<< Click to Display Table of Contents >>

Navigation:  RpPrinter & PtrDevice Class Overview > RpPrinter Class >

RpPrinter:NextPRow Access

Previous pageReturn to chapter overviewNext page
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