Re: Printing barcode labels from CF

2014-05-24 Thread Pete Ruckelshaus
Followup, here's what I used to print to an HP m251w. Works great printing to Avery 5520 3x10 labels. Set margin to 0 when printing from within Chrome: cfsetting showdebugoutput=No enablecfoutputonly=Yes!--- --- cfimport taglib=/extensions/custom_tags/ prefix=ct ct:security

RE: Printing barcode labels from CF

2014-03-25 Thread David Phelan
A number of years ago I accomplished a similar need through the utilization of a client side print ocx which allowed the user to select a printer to be used for label printing. Once they selected the printer, I was able to manipulate the required settings and query paper size information that

Re: Printing barcode labels from CF

2014-03-25 Thread Chester Austin
Yay! I'm useful for something. I have much experience with barcodes printing. Part of the system I work on includes creating barcodes for E-Tickets to be used for admission to amusement parks. A couple resources for you to use: http://cfbarbecue.riaforge.org/. It's a CF wrapper to a Java

Re: Printing barcode labels from CF

2014-03-25 Thread Akos Fortagh
Sorry if I misunderstand the issue. I've used cfbarbecue http://cfbarbecue.riaforge.org/ in a number of apps with no problems. It simply uses cfimage to print the barcode to the screen. I opened that document in a small window and sent it to label printer using JS window.print(). Then using

Re: Printing barcode labels from CF

2014-03-25 Thread Pete Ruckelshaus
Thanks. I think I'm going to try using CSS and print as an HTML file first, and if I run into issues, I'll go with cfdocument. On Tue, Mar 25, 2014 at 3:35 PM, Akos Fortagh akos.fort...@yahoo.comwrote: Sorry if I misunderstand the issue. I've used cfbarbecue

Re: Printing barcodes

2011-11-11 Thread Keith McGee
This is how I'm adding the bar code font size=+1 face=Bar Code 39 f HR #LICENSE_PARAMETER#/font ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: Printing barcodes

2011-11-11 Thread Keith McGee
Found the solution http://kb2.adobe.com/cps/405/kb405588.html ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

RE: Printing barcodes

2011-11-11 Thread Bobby Hartsfield
-talk Subject: Re: Printing barcodes Found the solution http://kb2.adobe.com/cps/405/kb405588.html ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion

Re: Printing barcodes

2011-11-11 Thread andy
Keith Would you mind sharing the code to create the pdf? I am working on the same problem and haven't got a workable solution yet. Andy --Original Message-- From: Keith McGee To: cf-talk ReplyTo: cf-talk@houseoffusion.com Subject: Re: Printing barcodes [spamtrap bayes][spamtrap heur

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 the page.

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.

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 andr...@andyscott.id.au To: cf-talk cf-talk@houseoffusion.com Sent: Friday, April 15, 2011 6:36 PM Subject: Re: Printing Envelopes Have you thought about using

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 myscottwilli...@yahoo.com To: cf-talk cf-talk@houseoffusion.com Sent: Friday, April 15, 2011 6:11 PM Subject: Printing Envelopes Hi all -- I have a question

Re: Printing out a List of all my servers data sources

2009-01-26 Thread Jason Fisher
You can get the list of DSNs like so: /* Get factory */ variables.fObj = createObject(java, coldfusion.server.ServiceFactory); /* Get datasource service */ variables.dsService = variables.fObj.getDataSourceService(); /* Get data sources */ var dsFull = variables.dsService.getNames(); That will

Re: Printing out a List of all my servers data sources

2009-01-26 Thread Paul Kukiel
Can't you get all that using the Admin API? http://livedocs.adobe.com/coldfusion/8/htmldocs/basiconfig_37.html Paul. On Mon, Jan 26, 2009 at 11:18 AM, Jason Fisher ja...@wanax.com wrote: You can get the list of DSNs like so: /* Get factory */ variables.fObj = createObject(java,

Re: Printing out a List of all my servers data sources

2009-01-26 Thread Gerald Guido
QD cfset conn = createObject(java,coldfusion.server.ServiceFactory) !--- Create a List to loop over --- cfset dbList = listSort(structKeyList(conn.DataSourceService.getDatasources()),textnocase) cfoutput cfloop list=#dbList# index=dsnName #dsnName# br / /cfloop /cfoutput

RE: Printing out a List of all my servers data sources

2009-01-26 Thread Terry Troxel
, 2009 10:21 AM To: cf-talk Subject: Re: Printing out a List of all my servers data sources QD cfset conn = createObject(java,coldfusion.server.ServiceFactory) !--- Create a List to loop over --- cfset dbList = listSort(structKeyList(conn.DataSourceService.getDatasources()),textnocase

Re: Printing out a List of all my servers data sources

2009-01-26 Thread Dave Watts
How do I go about printing out a list of all my CFadmin data sources with the location of the source files as well? I would like it for back up purposes in order to recreate the dsn's if I want to move the server. If you have access to the server's filesystem, just grab neo-datasource.xml if

Re: Printing mailing labels

2008-02-12 Thread s. isaac dealey
I may need to attack, what version of CF would the t-shirt be for? :) The t-shirt has a version dependancy? -- s. isaac dealey ^ new epoch isn't it time for a change? ph: 503.236.3691 http://onTap.riaforge.org/blog

RE: Printing mailing labels

2008-02-12 Thread Rick Faircloth
: Tuesday, February 12, 2008 12:58 AM To: CF-Talk Subject: Re: Printing mailing labels He's gunna have to shrink down the letters so he can fit a 4.5 on there I may need to attack, what version of CF would the t-shirt be for? :) On Feb 11, 2008 10:09 PM, Will Tomlinson [EMAIL PROTECTED

RE: Printing mailing labels

2008-02-11 Thread Rick Faircloth
The comedy routine or the CF or both? ;o) Rick -Original Message- From: Dave l [mailto:[EMAIL PROTECTED] Sent: Sunday, February 10, 2008 11:51 PM To: CF-Talk Subject: Re: Printing mailing labels if only you knew the problems he had trying to make it work! There's

Re: Printing mailing labels

2008-02-11 Thread Will Tomlinson
if only you knew the problems he had trying to make it work! There's Will, keepin' that stand-up comic routine sharp. :o) Rick The only problem was the formatting. It wasn't lookin like the docs said it'd look! :) ~|

Re: Printing mailing labels

2008-02-11 Thread Aaron Rouse
I may need to attack, what version of CF would the t-shirt be for? :) On Feb 11, 2008 10:09 PM, Will Tomlinson [EMAIL PROTECTED] wrote: The docs must've targeted the 9th grade reading level, instead of the standard 8th grade level for most publications... Don't struggle so much next time.

Re: Printing mailing labels

2008-02-11 Thread Dave l
He's gunna have to shrink down the letters so he can fit a 4.5 on there I may need to attack, what version of CF would the t-shirt be for? :) On Feb 11, 2008 10:09 PM, Will Tomlinson [EMAIL PROTECTED] wrote: ~| Adobe®

Re: Printing mailing labels

2008-02-11 Thread Will Tomlinson
The docs must've targeted the 9th grade reading level, instead of the standard 8th grade level for most publications... Don't struggle so much next time. Just let us know when you need help! rick, rick, rick... To silence your unrelenting attacks, you shall force me to offer you a free CF

RE: Printing mailing labels

2008-02-11 Thread Rick Faircloth
: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Monday, February 11, 2008 5:59 PM To: CF-Talk Subject: Re: Printing mailing labels if only you knew the problems he had trying to make it work! There's Will, keepin' that stand-up comic routine sharp. :o) Rick The only problem

RE: Printing mailing labels

2008-02-10 Thread Rick Faircloth
There's Will, keepin' that stand-up comic routine sharp. :o) Rick -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Sunday, February 10, 2008 12:01 AM To: CF-Talk Subject: Re: Printing mailing labels I got the cf_avery tag workin. It's pretty sweet. Had

Re: Printing mailing labels

2008-02-10 Thread Dave l
if only you knew the problems he had trying to make it work! There's Will, keepin' that stand-up comic routine sharp. :o) Rick ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the

Re: Printing mailing labels

2008-02-09 Thread J.J. Merrick
I would think the best way is to do a CFreport to PDF and print that way. http://www.adobe.com/devnet/coldfusion/articles/averylabels.html J.J. On 2/9/08, Will Tomlinson [EMAIL PROTECTED] wrote: What do you guys use to print mailing labels with CF? I saw a cf_avery tag, but it looked kinda

Re: Printing mailing labels

2008-02-09 Thread s. isaac dealey
What do you guys use to print mailing labels with CF? I saw a cf_avery tag, but it looked kinda old. My guess would be that just uses cfdocument to generate a PDF with known dimensions for the labels on an Avery sheet. I'd been planning to do this myself for one of my own projects and just

Re: Printing mailing labels

2008-02-09 Thread Will Tomlinson
I got the cf_avery tag workin. It's pretty sweet. Had a few alignment problems but got it worked out. It's ancient and I figured rick probably built it, but he didn't. :) Thanks, Will ~| Adobe® ColdFusion® 8 software 8 is

Re: Printing a label from a web page

2007-09-15 Thread Claude Schneegans
Look for cf_averyrtf, a master piece for label printing. -- ___ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks.

Re: Printing Checks

2007-04-25 Thread Mike Kear
Which banking system are the checks for? the US banking system? do they have MICR lines on them ? If i recall, the US banks charge quite a lot of money if they have to encode the MICR line after the checks ahve been supplied to the customer. Australian and NZ banks wont do it it all. they

RE: Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
would prefer something more universally accepted. Thanks... ~Terry -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 8:20 To: CF-Talk Subject: Re: Printing Checks Which banking system are the checks for? the US banking system? do they have MICR

Re: Printing Checks

2007-04-25 Thread Jake Pilgrim
One word - CFReport. Go get the CF Report Builder (I believe its still free) and create a report which fits the format of your checks, then just load and execute it with the CFreport tag. There is tons of documentation out there for CFReport so I'm not going to go too far into the details, but

Re: Printing Checks

2007-04-25 Thread Paul Hastings
Bader, Terrence C CTR MARMC, 231 wrote: Anyone printing checks through a CF app?? we have a municipality doing that. I want to print checks for payments. I currently can do it but I created the print out using css/div and it really only works in a that's how they used to do it but we

RE: Printing Checks

2007-04-25 Thread Peterson, Chris
Terry, I print checks by making a 'blank' check template as a Tiff image. Then I use iText to write text to specific X / Y coordinates on my tiff blank, and spit em out to the printer as a .pdf file (again, using iText to change the tiff to a pdf) I also print invoices like this. You wouldn't

RE: Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
Thanks Jake, Thanks Paul, Thanks Mike... CFReport it is - I will check this out. -Original Message- From: Jake Pilgrim [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 8:58 To: CF-Talk Subject: Re: Printing Checks One word - CFReport. Go get the CF Report Builder (I believe

RE: Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
I would be very interested. Thanks! -Original Message- From: Peterson, Chris [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 9:32 To: CF-Talk Subject: RE: Printing Checks Terry, I print checks by making a 'blank' check template as a Tiff image. Then I use iText to write

Re: Printing Checks

2007-04-25 Thread Mike Kear
. -Original Message- From: Jake Pilgrim [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 8:58 To: CF-Talk Subject: Re: Printing Checks One word - CFReport. Go get the CF Report Builder (I believe its still free) and create a report which fits the format of your checks, then just load

RE: Printing Checks

2007-04-25 Thread Bader, Terrence C CTR MARMC, 231
Mike thanks for your insight. I will check on this and make sure my bank isnt balking at our checks. ~Terry -Original Message- From: Mike Kear [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 11:12 To: CF-Talk Subject: Re: Printing Checks I woudl strongly urge you to go

Re: Printing Checks

2007-04-25 Thread Paul Hastings
one other thing, one of the check writing requirements was spellout for the amount on the check. icuj4's RuleBasedNumberFormat class did a fine job w/that bit (it needed to be written out in thai on very rare occasions, english).

RE: Printing a page without the standard header and footer

2007-03-30 Thread Dawson, Michael
You can't control any browser's printing features except your own. In this case, I would suggest using CFDOCUMENT and create a PDF that contains only the information you need. M!ke -Original Message- From: Curt Schryver [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 8:34 AM

RE: Printing a page without the standard header and footer

2007-03-30 Thread Adkins, Randy
+1 on pushing the content to PDF to be printed -Original Message- From: Dawson, Michael [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 9:44 AM To: CF-Talk Subject: RE: Printing a page without the standard header and footer You can't control any browser's printing features

Re: Printing a page without the standard header and footer

2007-03-30 Thread Gareth Hughes
You could use CSS to hide the header and footer when printing (not 100% this syntax is correct): @media print{ .header{display:none;} ..footer{display:none;} } Or, something I've done is use custom comment tags above and below the required content. The print page then cfhttp's the

RE: Printing a page without the standard header and footer

2007-03-30 Thread Ben Nadel
I am not sure of this offhand, but I think if the data is a HUGE table, then using the THEAD and TFOOT tag within the TABLE tag willactually print the table header/footer on each page... Not the same as the page header/footer, but at least it's a start. .. Ben Nadel

RE: Printing a page without the standard header and footer

2007-03-30 Thread Dawson, Michael
would change my story to say Use CSS. ;^) M!ke -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Friday, March 30, 2007 9:56 AM To: CF-Talk Subject: RE: Printing a page without the standard header and footer I am not sure of this offhand, but I think if the data is a HUGE

Re: Printing a page without the standard header and footer

2007-03-30 Thread Terry Schmitt
If you can restrict use to IE, I have used http://www.meadroid.com/scriptx/ activeX object very successfully. I have a Work Order system where I use this. Works great and is all accomplished transparently to the user. The user, while viewing the WO can click on a button (using JS). With no

RE: Printing Mailing Labels Advice Needed

2006-12-11 Thread Ben Nadel
Rick, Don't wrap the output around 30 addresses. Just have a cfoutput loop with a single address inside. If you look at the HTML its probably just some table template. Then, just add the appropriate end row / start row if needed: table tr cfoutput query=qLabel td./td cfif (NOT

RE: Printing Mailing Labels Advice Needed

2006-12-11 Thread Rick Faircloth
with the method you described without breaking the printing alignment. Thanks for your response! Rick -Original Message- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Monday, December 11, 2006 9:00 AM To: CF-Talk Subject: RE: Printing Mailing Labels Advice Needed Rick, Don't wrap the output

Re: Printing issues

2006-08-17 Thread Rick Root
SOLVED! I don't really want to force a page break... I've just never seen an HTML page be split up like that before. Turned out that the absolute positioning of the page was causing the printing issue. So in my print CSS, I removed the positioning of the #content div and it prints great now.

Re: Printing issues

2006-08-16 Thread Josh Nathanson
You can do a page break with css: span style=page-break-before: always;/span Put that where you want a page break to go. I think that will work across browsers. Of course, if the page is dynamically generated you'll need to take that into account. -- Josh - Original Message -

RE: Printing issues

2006-08-16 Thread Jenny Gavin-Wear
. Jenny -Original Message- From: Josh Nathanson [mailto:[EMAIL PROTECTED] Sent: 16 August 2006 21:39 To: CF-Talk Subject: Re: Printing issues You can do a page break with css: span style=page-break-before: always;/span Put that where you want a page break to go. I think that will work

Re: Printing from CF / Browser

2006-06-13 Thread Tom Chiverton
On Tuesday 13 June 2006 10:04, Jenny Gavin-Wear wrote: My basic problem is page feeds. Currently I am generating one long page of consignments, is there some way of coding it to send a page feed after each record, please? Google for 'print stylesheets' ? -- Tom Chiverton

RE: Printing from CF / Browser

2006-06-13 Thread Jenny Gavin-Wear
Have been doing so Tom, but I can't see anything on page feeds. I've used print style sheets in the past, but never needed page feeds before. Any ideas ? -Original Message- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 13 June 2006 11:31 To: CF-Talk Subject: Re: Printing from CF

Re: Printing from CF / Browser

2006-06-13 Thread |Rens| 0
- From: Tom Chiverton [mailto:[EMAIL PROTECTED] Sent: 13 June 2006 11:31 To: CF-Talk Subject: Re: Printing from CF / Browser On Tuesday 13 June 2006 10:04, Jenny Gavin-Wear wrote: My basic problem is page feeds. Currently I am generating one long page of consignments, is there some way

RE: Printing from CF / Browser

2006-06-13 Thread Jenny Gavin-Wear
bingo ! thank you :-) -Original Message- From: |Rens| 0 [mailto:[EMAIL PROTECTED] Sent: 13 June 2006 12:05 To: CF-Talk Subject: Re: Printing from CF / Browser You mean something like this maybe? style=page-break-before: always; Rens Jenny Gavin-Wear wrote: Have been doing so Tom

Re: Printing from CF / Browser

2006-06-13 Thread Terry L Schmitt
I would use CFREPORT for this. It gives you all the page control that you need and more. Jenny Gavin-Wear [EMAIL PROTECTED] wrote on 06/13/2006 05:04:50 AM: Hi all, I have an application for a delivery company that generates a bunch of consignment notes to be printed. I'd like to be

RE: Printing from CF

2006-05-03 Thread Jenny Gavin-Wear
Unfortunately it doesn't look like cf_avery is going to do what I need. (Thanks for the info, Adrian.) So I thought about doing it by outputing the data to be printed to a file and have a .bat send the content to lpt1: The batch file just contains: type 1.txt lpt1: Sadly, I'm seeing nothing

RE: Printing from CF

2006-05-03 Thread Jenny Gavin-Wear
Forgot to add: Server: Win 2003 server with IIS 6 Workstation: XP Pro CFMX 6.1 -Original Message- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: 03 May 2006 08:32 To: CF-Talk Subject: RE: Printing from CF Unfortunately it doesn't look like cf_avery is going to do what I need

Re: Printing from CF

2006-05-03 Thread Denny Valliant
Have you tried printing from PDF? That might negate the evils of browser printing... :d On 5/3/06, Jenny Gavin-Wear [EMAIL PROTECTED] wrote: Unfortunately it doesn't look like cf_avery is going to do what I need. (Thanks for the info, Adrian.) So I thought about doing it by outputing the

Re: Printing from CF

2006-05-03 Thread Jim Wright
The batch file just contains: type 1.txt lpt1: Sadly, I'm seeing nothing hit the printer. Does anyone have any idea what the issue is here please? Is it possible that lpt1 is mapped to something on a network, rather than a local printer? Do a NET USE at a command prompt to see what

Re: Printing from CF

2006-04-30 Thread Mike Kear
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

RE: Printing from CF

2006-04-30 Thread Adrian Lynch
cfdocument and/or cf_avery can work nicely for this. Adrian -Original Message- From: Jenny Gavin-Wear [mailto:[EMAIL PROTECTED] Sent: 30 April 2006 01:26 To: CF-Talk Subject: Printing from CF Hi all, I've putting together an application for a courier and they need to have address

RE: Printing from CF

2006-04-30 Thread Snake
The printing should be done client side, not via CF. If you printed via CF it would be printed on the server, which wouldn't be much good to anyone. You can use cfdocument to generate your output into a format that they can print from the browser. snake -Original Message- From:

RE: Printing from CF

2006-04-30 Thread Dave Watts
The printing should be done client side, not via CF. If you printed via CF it would be printed on the server, which wouldn't be much good to anyone. While this is almost certainly true in the original poster's case, I'll just go ahead and point out that it's not always the case. I've worked

RE: Printing from CF

2006-04-30 Thread Jenny Gavin-Wear
-Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: 30 April 2006 18:24 To: CF-Talk Subject: RE: Printing from CF The printing should be done client side, not via CF. If you printed via CF it would be printed on the server, which wouldn't be much good to anyone. While

RE: Printing from CF

2006-04-30 Thread mark
If your solution comes from beyond the list, please post back. I am in need of the same functionality. I currently cut and paste, quite bothersome and clumsy. Mark ~| Message:

RE: Printing from CF

2006-04-30 Thread Ben Forta
-Talk Subject: RE: Printing from CF thanks Dave, i need both ... anyone have a link to cf_avery please? Thanks all for replies :-) I'm thinking of creating a text file to be printed and sending it out to lpt with a batch file .. :-S The printers are all going to be thermal label printers. Ant

RE: Printing from CF

2006-04-30 Thread Jenny Gavin-Wear
thanks Ben, good advice Jenny -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED] Sent: 30 April 2006 20:27 To: CF-Talk Subject: RE: Printing from CF FWIW, I would strongly recommend not printing on the server. If you do in fact need server-side printing (as in printing where

RE: Printing HTML then CFR

2006-03-17 Thread Andy Matthews
Using javascript, yes. Hang on...if they're on two totally seperate pages then no. !//-- andy matthews web developer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: Claremont, Timothy [mailto:[EMAIL PROTECTED]

RE: printing

2005-10-28 Thread Michael T. Tangorre
From: Simon Smith [mailto:[EMAIL PROTECTED] I'm looking to develop an intranet app, that will print a browser page without the number of prints etc window appearing. I have access to client browser if that helps Luckily it is not possible to print something without the printer dialogue,

RE: printing

2005-10-28 Thread Robertson-Ravo, Neil (RX)
Can't be done. If you are printing via the web it will always popup the Printer Dialog. -Original Message- From: Simon Smith [mailto:[EMAIL PROTECTED] Sent: 28 October 2005 14:39 To: CF-Talk Subject: printing HI, I'm looking to develop an intranet app, that will print a browser page

Re: printing

2005-10-28 Thread Simon Smith
From: Simon Smith [mailto:[EMAIL PROTECTED] I'm looking to develop an intranet app, that will print a browser page without the number of prints etc window appearing. I have access to client browser if that helps Luckily it is not possible to print something without the printer dialogue,

Re: printing

2005-10-28 Thread Terry Schmitt
I have successfully used an ActiveX object called ScriptX (just Google it). They have a limited freeby and a more robust one for cost. This was using CF5 for an internal Work Order app where getting a quality printed Work Order was a pain in the butt. In this case it really needed to be printed

Re: Printing with Coldfusion

2005-08-31 Thread Jerry Johnson
Do you actually need to print it using a print driver, or just place the file in a queue folder on the printer's RIP? This is how I've typically handled such requests. On 8/31/05, Rick Root [EMAIL PROTECTED] wrote: I have a need for a coldfusion application to generate a document (possibly

RE: Printing with Coldfusion

2005-08-31 Thread Robertson-Ravo, Neil (RX)
To: CF-Talk Subject: Re: Printing with Coldfusion Do you actually need to print it using a print driver, or just place the file in a queue folder on the printer's RIP? This is how I've typically handled such requests. On 8/31/05, Rick Root [EMAIL PROTECTED] wrote: I have a need for a coldfusion

Re: Printing with Coldfusion

2005-08-31 Thread Joe Rinehart
If you just need the file, why not skip the printer driver? You can use CFDocument in CF7 to generate a PDF file, then do whatever you want with it (CFMail it, CFFtp it, etc.). -Joe On 8/31/05, Rick Root [EMAIL PROTECTED] wrote: I have a need for a coldfusion application to generate a document

Re: Printing with Coldfusion

2005-08-31 Thread Rick Root
Joe Rinehart wrote: If you just need the file, why not skip the printer driver? Because we need to generate a PCL file for a specific printer. Rick ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: Printing with Coldfusion

2005-08-31 Thread Rick Root
Robertson-Ravo, Neil (RX) wrote: You amy also be able to leverage javax.print via the JVM. I haven't tried it but from the docs it looks possible. http://java.sun.com/j2se/1.4.2/docs/api/javax/print/package-summary.html I'll give this a whirl. If I can't figure it out we've got a VB

RE: Printing to label Printer in CF

2005-01-06 Thread Ian Skinner
This may not help much, but I remember an article in CFDJ about a year or two that describe exactly how to do this, create label layouts, with CSS. If your lucky, you may be able to find it in the archives or somewhere. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org

Re: Printing to label Printer in CF

2005-01-06 Thread Bryan Stevenson
I'm pretty sure I saw someone mention a few weeks back that there is an Avery label specific CF tag in the Developers Exchange at MMs site. It should handle the formatting for you... HTH Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc.

Re: Printing to label Printer in CF

2005-01-06 Thread Ray Champagne
I had mentioned it last week. It works pretty cool, really slick, super neat, but not sure if it what you are looking for, but here is the link: http://www.houseoffusion.com/tiny.cfm/99http://www.houseoffusion.com/tiny.cfm/99 Ray At 11:34 AM 1/6/2005, you wrote: I'm pretty sure I saw

Re: Printing to label Printer in CF

2005-01-06 Thread Scott Stroz
On Thu, 6 Jan 2005 08:34:35 -0800, Bryan Stevenson [EMAIL PROTECTED] wrote: I'm pretty sure I saw someone mention a few weeks back that there is an Avery label specific CF tag in the Developers Exchange at MMs site.

Re: Printing to label Printer in CF

2005-01-06 Thread Ray Champagne
Caveat, though - I think you have to have M$Word installed for it to work. Ray At 11:50 AM 1/6/2005, you wrote: I had mentioned it last week. It works pretty cool, really slick, super neat, but not sure if it what you are looking for, but here is the link:

RE: Printing to label Printer in CF

2005-01-06 Thread Jeremy Bunton
Cool thanks all, I'll take a peek at it. -Original Message- From: Scott Stroz [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 11:53 AM To: CF-Talk Subject: Re: Printing to label Printer in CF On Thu, 6 Jan 2005 08:34:35 -0800, Bryan Stevenson [EMAIL PROTECTED] wrote: I'm

RE: Printing to label Printer in CF

2005-01-06 Thread Jeremy Bunton
Has anyone used that tag under mX6 or 6.1? Jeremy -Original Message- From: Scott Stroz [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 11:53 AM To: CF-Talk Subject: Re: Printing to label Printer in CF On Thu, 6 Jan 2005 08:34:35 -0800, Bryan Stevenson [EMAIL PROTECTED] wrote

RE: Printing to label Printer in CF

2005-01-06 Thread Ray Champagne
and forgot about it. Other than that, it works great under 6.1. Ray At 12:19 PM 1/6/2005, you wrote: Has anyone used that tag under mX6 or 6.1? Jeremy -Original Message- From: Scott Stroz [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 11:53 AM To: CF-Talk Subject: Re

Re: Printing to label Printer in CF / Selecting the printer?

2005-01-06 Thread Ray Champagne
a printer. Jeremy -Original Message- From: Scott Stroz [mailto:[EMAIL PROTECTED] Sent: Thursday, January 06, 2005 11:53 AM To: CF-Talk Subject: Re: Printing to label Printer in CF On Thu, 6 Jan 2005 08:34:35 -0800, Bryan Stevenson [EMAIL PROTECTED] wrote: I'm pretty sure I saw someone

RE: Printing to label Printer in CF / Selecting the printer?

2005-01-06 Thread Damien McKenna
You cannot control the user's computer in this regard. Think about it, would you really want some random website running commands that takes over your computer like that? -- Damien McKenna - Web Developer - [EMAIL PROTECTED] The Limu Company - http://www.thelimucompany.com/ - 407-804-1014

Re: Printing to label Printer in CF / Selecting the printer?

2005-01-06 Thread Bryan Stevenson
: [EMAIL PROTECTED] web: www.electricedgesystems.com - Original Message - From: Damien McKenna [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Thursday, January 06, 2005 11:09 AM Subject: RE: Printing to label Printer in CF / Selecting the printer? You cannot control

RE: Printing to label Printer in CF / Selecting the printer?

2005-01-06 Thread Matthew Small
-Talk Subject: Re: Printing to label Printer in CF / Selecting the printer? You CAN print to a specific printer IF: -printer is connected to the CF server I've never done it...but I've seen lots of folks do it Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems

RE: Printing to label Printer in CF / Selecting the printer?

2005-01-06 Thread Jeremy Bunton
: Thursday, January 06, 2005 2:15 PM To: CF-Talk Subject: RE: Printing to label Printer in CF / Selecting the printer? You can do it if the printer is networked with the cf server. I've done it. Matthew Small Web Developer American City Business Journals 704-973-1045 [EMAIL PROTECTED] -Original

Re: Printing to label Printer in CF / Selecting the printer?

2005-01-06 Thread Bryan Stevenson
Yep Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~| Discover

Re: Printing Multiple Files All dynamically created or linked through Cold Fusion - Now desperate

2004-09-14 Thread C. Hatton Humphrey
Have you thought about having the system create a ZIP on a scheduled basis (use a scheduled task that runs every night and creates an updated ZIP file), then provide the user with a static link to the archive. That would not provide the required printing however it would get the documents to the

Re: Printing Multiple Files All dynamically created or linked through Cold Fusion - Now desperate

2004-09-14 Thread millerj
Already have it as that is one of the functions as well. It's not the distribution of the documents as much as it is making it easy to print. There can be between 1 and 50+ products that have a 3 page questionare associated with them. On top of that - I can have up to 10 documents - images,

RE: Printing Labels from a Web Application?

2004-04-19 Thread Samuel R. Neff
This presentation sends HTML/CSS/XML to MS Word and includes examples on creating Avery labels. http://www.rewindlife.com/archives/32.cfm HTH, Sam Blog http://www.rewindlife.com TeamMM http://www.macromedia.com/go/team

RE: Printing Labels from a Web Application?

2004-04-19 Thread Tim Blair
Any thoughts would be appreciated. We've done this before as part of mail merges using CF_AveryRTF which has been fairly successful.You can get the tag from the devex here: http://short.badpen.com/?B295NO42 HTH, Tim. -- --- CF_CodingContest

RE: Printing Labels from a Web Application?

2004-04-19 Thread Andrew S. Peterson
Any thoughts would be appreciated. If you have Crystal Reports, perhaps you could use that: http://www.windowatch.com/2004/april/crystal10_4.html Sincerely, Andrew Tim. -- --- CF_CodingContest mode=judging newentries=false Maze

RE: Printing Labels from a Web Application?

2004-04-19 Thread Ian Skinner
There is an old article (Last year I believe) in the Cold Fusion Developer's Journal to to just this.Print labels and other highly formatted content.I'm afraid I don't have the opportunity to look up the article just now, but I'll try it later today if nobody else can find it. HTH

  1   2   3   >