PDF maker tag

2011-12-05 Thread Jim Mixon
Can anyone point me to a tag or whatever that I can use with CF5 to create .pdf's on the fly? Does one exist for CF5? thanks a mill! jim ~| Order the Adobe Coldfusion Anthology now!

RE: PDF maker tag (UNCLASSIFIED)

2011-12-05 Thread Graziano, Michael E Mr CIV USA NETCOM
Classification: UNCLASSIFIED Caveats: FOUO Cf7-9 have cfdocument tag -Original Message- From: Jim Mixon [mailto:bigjim0...@yahoo.com] Sent: Monday, December 05, 2011 8:55 AM To: cf-talk Subject: PDF maker tag Can anyone point me to a tag or whatever that I can use with CF5 to create

SOT: Mobile Web App Dev Problem

2011-12-05 Thread Rick Faircloth
Anyone working Android web apps? If so, have you run into an issue when creating a form such that your first select field (particularly if it's the first field in the form) will not change values when another value in selected on an Android Smartphone? Not sure at this point if this is

cfstored proc question

2011-12-05 Thread fun and learning
Hi All - In our coldfusion code, there is a cfstoredproc block in which some parameters are being passed in. Couple of paramaters are of out type. cfstoredproc procedure=proc_save datasource=#Application.DSN# cfprocparam type=In cfsqltype=CF_SQL_VARCHAR

Re: cfstored proc question

2011-12-05 Thread fun and learning
Never mind. I understood my problem. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

Re: SOT: Mobile Web App Dev Problem

2011-12-05 Thread Captain Obvious
500 error : Table 'holtzmanrentals.rentalmainphotos' doesn't exist ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

RE: SOT: Mobile Web App Dev Problem

2011-12-05 Thread Rick Faircloth
Thanks for that feedback, Captain, but that's a new error. I went ahead and started working on the AJAX part of the application. None of that has been a part of the app until now. Sorry about the confusion. :o) -Original Message- From: Captain Obvious [mailto:mr.happ...@gmail.com]

Is the CF scheduler Reliable?

2011-12-05 Thread Brook Davies
How reliable is the CF Scheduler? For years we have used the infusion mailserver and its Infusion Scheduler App/Service. Its always worked great but since that product is dead/no longer supported, we need to find a new way of running scheduled tasks and adding/removing scheduled task

Re: Is the CF scheduler Reliable?

2011-12-05 Thread Kym Kovan
On 6/12/2011 10:25, Brook Davies wrote: How reliable is the CF Scheduler? For years we have used the infusion mailserver and its Infusion Scheduler App/Service. Its always worked great but since that product is dead/no longer supported, we need to find a new way of running scheduled tasks

Re: Is the CF scheduler Reliable?

2011-12-05 Thread Mike Chabot
I think the ColdFusion scheduler works great and can be used for mission-critical applications. I don't think you will find too many fundamental complaints about using it, unless perhaps you are looking at complaints from 10 years ago. Occasionally you will see comments about a scheduled task

Re: PDF maker tag

2011-12-05 Thread Mike Chabot
Jim, You can buy a PDF creation custom tag for CF5, that I think was called CFX_PDF, although it has been a while since I last saw that. With CF5 I have also used the commercial ActivePDF Toolkit COM object. There was a popular free HTML to PDF converter that I used with CF back in the CF5

RE: Is the CF scheduler Reliable?

2011-12-05 Thread Brook Davies
Thank you for the replies. Full steam ahead with CF Scheduler. Kym, it's a shame Infusion just vanished into thin air eh? I mean WTF? I loved their software! Briook -Original Message- From: Kym Kovan [mailto:dev-li...@mbcomms.net.au] Sent: December-05-11 3:50 PM To: cf-talk Subject:

Changing Application settings at runtime

2011-12-05 Thread Brook Davies
So I have something like this at the top of application.cfc: cfset this.smtpserversettings = { server=mail.yourmama.com, username=b...@yourmama.com, password=issofat } But I want to be able to change these settings when I (somehow) detect that the server is down. From what I have read

Is CFMAIL reliable??

2011-12-05 Thread Brook Davies
Hi Guys (and girls), You may notice a trend in my postings! Moving away from infusion (long over due) and looking at Native CF functions instead. So now I am looking at CFMAIL and in the past know it has been a bit dodgy. There is a conversation here about restarting the spooling service:

Re: Problem with pound signs

2011-12-05 Thread matt busche
I use cfmail to send out thousands of emails a day and I have to restart the SMTP server once every 2 months I would guess. It's not frequent and it took 10 minutes to set up an email alert if the queue is above 3 files (would've take 2 minutes if I had see Nadel's blog post)

RE: SOT: Mobile Web App Dev Problem

2011-12-05 Thread Rick Faircloth
You can check out the earlier problem I mentioned, now. Click the search form on http://hre-mobile.wsm-dev.com/modules/search-properties/search-properties.cf m and try to change the first select field. For some reason, on this and every other field I've built with a select first, it won't

RE: SOT: Mobile Web App Dev Problem

2011-12-05 Thread Rick Faircloth
Let me clarify... this is a mobile web, so test it on an Android smartphone and tap the search form button... -Original Message- From: Rick Faircloth [mailto:r...@whitestonemedia.com] Sent: Monday, December 05, 2011 10:03 PM To: cf-talk Subject: RE: SOT: Mobile Web App Dev Problem

Re: SOT: Mobile Web App Dev Problem

2011-12-05 Thread Raymond Camden
Not sure it matters, but upon running your page with Chrome Dev Tools active (everyone does that, right?) I immediately saw 2 JS libraries reporting a 404 error. On Mon, Dec 5, 2011 at 9:03 PM, Rick Faircloth r...@whitestonemedia.com wrote: You can check out the earlier problem I mentioned,

RE: Is CFMAIL reliable??

2011-12-05 Thread andy matthews
Brook... Haven't used CFMail heavily for a year or so, but I've always found it fairly reliable. Occasionally you have to check the undelivr folder, but then I wrote a service to do that for me: http://undelivrnator.riaforge.org/ andy -Original Message- From: Brook Davies

RE: Is CFMAIL reliable??

2011-12-05 Thread Bobby Hartsfield
I can only say I've not ran into any issues with the spool needing to be kick started and we send ridiculous amounts of email all day from about 20 different CF 8.01 enterprise servers... all via cfmail. .:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com