Re: Printing Envelopes

2011-04-16 Thread Roger Austin
On 4/15/2011 9:11 PM, Scott Williams wrote: > > Hi all -- > > I have a question that's vaguely ColdFusion related. I want to print #10 > envelopes with information pulled from a database. That's the CF part, and > that's easy. > > The hard part is getting the text to appear where I want it on th

Re: Printing Envelopes

2011-04-15 Thread Scott Williams
Never mind -- I figured it out. I used CSS and now it's working fine.   Scott From: Scott Williams To: cf-talk Sent: Friday, April 15, 2011 6:11 PM Subject: Printing Envelopes Hi all -- I have a question that's vaguely ColdFusion related. I want to print #1

Re: Printing Envelopes

2011-04-15 Thread Scott Williams
I tried to install it once, but it was too confusing so I gave up.   Scott From: Andrew Scott To: cf-talk Sent: Friday, April 15, 2011 6:36 PM Subject: Re: Printing Envelopes Have you thought about using ColdFusion Report Builder to generate this for you

RE: Printing Envelopes

2011-04-15 Thread Andrew Scott
Have you thought about using ColdFusion Report Builder to generate this for you? This is far easier to setup and mange than trying to play with tables and positioning of the elements. I know that Crystal Reports is used in this manner, and I would consider that creating a report to be far easier.