I dont think its got anything specifically to do with CF.  What you're
talking about is the output, display side, and your content can come
from anywhere.

What you need to do is make CF output the correct content, then use a
print style sheet to format it onto label stock.

I'd be handling it like this:
Have CF output the labels as follows:

<div class="label">
<cfoutput>#name#<br />
#address#<br />
#address2#<br />
#town# #state# #Postcode#<br />
</cfoutput></div>

Then have your style sheet be included as a print sheet, and have each
div class="label" float left.

Cheers
Mike Kear
Windsor, NSW, Australia
Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On 4/30/06, Jenny Gavin-Wear <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I've putting together an application for a courier and they need to have 
> address labels printed for each consignment.
>
> I'm running CFMX 6.1, and they have given me a specialised label printer to 
> play with.
>
> Can anyone give me some advice on printing from CF please?
>
> Thanks, Jenny
>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:239127
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to