
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfprnfooter()</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfPrnFOOTER()
Jumps to the next page
------------------------------------------------------------------------------
Syntax:
dfPrnFOOTER( <aBuf> ) --> NIL
Parameters:
<aBuf> Internal buffer of the printer
Returns:
NIL
Description:
Jumps to the next page. Specifically, this is what happens:
. Sets the internal variable aBuf[REP_IS_FOOTER] to .T.
. If a footer was specified for the current report, it is printed.
. Clears the page footer buffer and prints the NEWPAGE
. Goes to next page
. Nullify row and colums values
. Sets aBuf[REP_IS_FOOTER] to .F.
Example:
dfPrnFOOTER( dfPrnArr() ) // Jumps to next page
See also:
dfPrnArr(), dfPrnFltExp(), dfPrnHEADER(), dfPrnStart()
See Also: dfPrnArr() dfPrnFltExp() dfPrnHEADER() dfPrnStart()
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson