Win32Prn() > Document methods xHarbour Developers Network  

oWin32Prn:endPage()

Marks the end of a page.

Syntax

:endPage( [<lNewPage>] ) --> lSuccess

Arguments

<lNewPage>
This logical parameter defaults to .T. (true) which informs the spooler that print output will continue on the next page. Set <lNewPage> to .F. (false) when this is the last page of the print job.

Description

Method :endPage() informs the spooler that no more print output will occur on the current page. The method calls internally :startPage() to begin printing on a new page, unless <lNewPage> is set to .F. (false).


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe