Re: [Tutor] generating formatted output

2010-09-26 Thread Bill Allen
On Sun, Sep 26, 2010 at 4:21 PM, Hugo Arts wrote: > On Sun, Sep 26, 2010 at 10:16 PM, Rance Hall wrote: > > My app will be printing a series of documents that are the same each > > time the doc is printed with the exception of the variables. Sort of > > a MailMerge if you will. > > > > > > I wo

Re: [Tutor] generating formatted output

2010-09-26 Thread Hugo Arts
On Sun, Sep 26, 2010 at 10:16 PM, Rance Hall wrote: > My app will be printing a series of documents that are the same each > time the doc is printed with the exception of the variables.  Sort of > a MailMerge if you will. > > It seems to me that the easiest approach is to create a series of text >

[Tutor] generating formatted output

2010-09-26 Thread Rance Hall
My app will be printing a series of documents that are the same each time the doc is printed with the exception of the variables. Sort of a MailMerge if you will. It seems to me that the easiest approach is to create a series of text files with the layout and placeholders I need (again much like