realbasic-nug
[Top] [All Lists]

Re: Problem with Printing Particular Pages

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Problem with Printing Particular Pages
From: Cindy Brown <cindy at kowhaiprogramming dot com>
Date: Sat, 30 Sep 2006 10:29:57 +1200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug at lists dot realsoftware dot com
Hi François,

That did it. Thanks very much.

Cindy

> 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
> 

-- 

Cindy Brown
Programmer
SchoolMaster

Kowhai Programming Systems
PO Box 191, Invercargill
81 Marama Avenue South, 9RD Invercargill
Phone (03) 213 1243
Fax (03) 213 1248
Mobile (021) 354 930
<http://www.kowhaiprogramming.com/>


_______________________________________________
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>