realbasic-nug
[Top] [All Lists]

Re: Problem with Printing Particular Pages

To: REALbasic Network Users <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Problem with Printing Particular Pages
From: Francois Van Lerberghe <fvanlerberghe at freegates dot be>
Date: Fri, 29 Sep 2006 14:35:56 +0200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
I think you must use the FirstPage and LastPage properties of your graphics
object, as this :

le 29/09/06 12:00, Cindy Brown <cindy at kowhaiprogramming dot com> a écrit :

> For i = 0 to iend
>       //print g.strings here from the listbox
>       If iTop > pageHeight - lHeight - lGap - lBottom then
>        pageNumber = pageNumber + 1

if pageNumber > g.LastPage then
   exit
end if

>        g.NextPage
>        iTop = lTop + 10
>        iLabelTop = iTop
>       End
>        If icount = iend then exit
>   Next

Best regards

François Van Lerberghe
Rue Thier Monty, 15 A
4570 Marchin
Belgique

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>


<Prev in Thread] Current Thread [Next in Thread>