How to print directly from coldfusion code

2007-07-09 Thread chr chr
Any ideas, how to print directly from coldfusion code... I created one scheduler that runs every night, it collects data from database and make all the data into pdf files, and print all those pdf files. My question is how can i directly print in coldfusion? Any ideas or suggestions

CF Report

2007-06-26 Thread chr chr
I am creating a big array of information and I want to create my report based on it and not an SQL query. Is this possible? Thanks. - We won't tell. Get more on shows you hate to love (and love to hate): Yahoo! TV's Guilty Pleasures list.

Query data to cfreport

2007-06-26 Thread chr chr
I am creating a big array of information and I want to create my report based on it and not an SQL query. Is this possible? Any help will be appreciated. Thanks. chr - 8:00? 8:25? 8:40? Find a flick in no time with theYahoo! Search movie showtime

How to open excel and flashpaper files?

2007-01-31 Thread chr chr
Hi Everybody, Using CFREPORT tag i'm creating pdf, excel, or flashpaper reports. How to open these(pdf, excel, flashpaper) files in one browser? I tried this for pdf cfcontent file=C:\Reports\#rpt_name# type=application/pdf it is working fine. To open excel files

Re: How to open excel and flashpaper files?

2007-01-31 Thread chr chr
Any ideas please? Hi Everybody, Using CFREPORT tag i'm creating pdf, excel, or flashpaper reports. How to open these(pdf, excel, flashpaper) files in one browser? I tried this for pdf cfcontent file=C:\Reports\#rpt_name# type=application/pdf it is

file upload

2007-01-15 Thread chr chr
Hi Everybody, I have one question about file upload, i am uploading file using cffile tag but how to display the uploaded file in html form for user verification. Any ideas please. I hope everybody had good week end and thanks in advance. Raj

Re: file upload

2007-01-15 Thread chr chr
How to display uploaded files in html form? Any ideas please... Thanks! Hi Everybody, I have one question about file upload, i am uploading file using cffile tag but how to display the uploaded file in html form for user verification. Any ideas please. I hope everybody

Re: file upload

2007-01-15 Thread chr chr
Thanks Jake. I'm pretty sure it's not possible to pre-populate a file form field. You'd have to upload the file and display a confirmation. Or reload the form and display the name of the file in a text box. Or a link to the file so the user can verify. chr chr wrote

Flash progress bar in coldfusion

2006-12-26 Thread chr chr
Hi Everybody, I got one simple problem with flash progress bar, if i run the below code in html file it is working fine and displaying the flash progress bar. If i include the same code in coldfusion file the flash progress bar is not displaying, did i miss anything? !-- Flash

Re: Flash progress bar in coldfusion

2006-12-26 Thread chr chr
I tried both ways(cfflush and #) still its not working. Thanks! You may need to escape the # chr chr wrote: ~| Create robust enterprise, web RIAs. Upgrade integrate Adobe Coldfusion MX7 with Flex 2 http://ad.doubleclick.net

Re: Flash progress bar in coldfusion

2006-12-26 Thread chr chr
= TYPE=application/x-shockwave-flash PLUGINSPAGE=http://www.macromedia.com/go/getflashplayer; /OBJECT cfflush cfoutput Helooo.../cfoutput Any ideas please. Thanks! I tried both ways(cfflush and #) still its not working. Thanks! You may need to escape the # chr

Re: Flash progress bar in coldfusion

2006-12-26 Thread chr chr
, or are you placing this code on a remote CF server--- a server maybe without that SWF file? ~Brad -Original Message- From: chr chr [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 26, 2006 10:40 AM To: CF-Talk Subject: Re: Flash progress bar in coldfusion This is the simple coldfusion code

Re: Flash progress bar in coldfusion

2006-12-26 Thread chr chr
)#); /cfif output some values /cfoutput -Mark Mark A. Kruger, CFG, MCSE www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: chr chr [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 26, 2006 10:40 AM To: CF-Talk Subject: Re: Flash progress bar