New topic: 

lookinf for a very simple example of how to use margins.

<http://forums.realsoftware.com/viewtopic.php?t=36392>

         Page 1 of 1
   [ 2 posts ]                 Previous topic | Next topic          Author  
Message        coryhefner          Post subject: lookinf for a very simple 
example of how to use margins.Posted: Sat Nov 20, 2010 5:58 pm                  
       
Joined: Thu Dec 10, 2009 2:00 pm
Posts: 53
Location: Calafornia                I have been trying to figure out how to use 
the margin set up in the print graphic and printer setting dialog options.  Is 
there a simple way to set left, top, right and bottom margins.  

Psuedo code.
I would like to read in a record set (field one, field two, field three) from 
(table1)

and then print the data as 
leftmargin=15

string = string + leftmargin + rs.field one.stringvalue
string = string + leftmargin +rs.fieldtwo.stringvalue
string = string + leftmargin + rs,fieldthree.stringvalue.

return

Any example on how to do this would be greatly appriciated.   
                             Top                 waveuponwave          Post 
subject: Re: lookinf for a very simple example of how to use margins.Posted: 
Sun Nov 21, 2010 12:31 am                                 
Joined: Fri Jan 29, 2010 12:39 pm
Posts: 610
Location: Virginia, USA                Some helpful information in this thread.

viewtopic.php?f=1&t=35330      
_________________
RB 2010 r4 Enterprise on Win 7  
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 2 posts ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

rbforumnotifier@monkeybreadsoftware.de

Reply via email to