Hello,

I have this code :

  If g<>Nil then //user didn't cancel Print dialog
    stp=TextField.styledTextPrinter(g,PageWidth-48)
    Do Until stp.EOF
      stp.DrawBlock 36,150,PageHeight-48
      If not stp.EOF then //is there text remaining to print?
        g.NextPage
      End if
    Loop
  End if


which prints every page with a top margin of 150.

I would like to modify it so that only page 1 prints with a top margin of 150 
and all subsequent pages print with a margin of 36.

Kindly advise.

Thanks.

Lennox.

                
---------------------------------
Stay in the know. Pulse on the new Yahoo.com.  Check it out. 
_______________________________________________
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>

Reply via email to