RE: Enable Request Debugging Output not working

2015-04-06 Thread David Phelan
Andrew, IIS will capture CF errors and display friendly error messages if it is set to. The debugging output, however, should display regardless of this setting as, as you stated, it is not an error. I would look at the source to see if the output is being generated and simply being hidden

RE: 500 error/Permission issue with IIS 7

2015-03-31 Thread David Phelan
I have run into this very issue. If I remember, it ended up being a corruption in the web.config default documents. Try rebuilding that section. Dave -Original Message- From: Gerald Guido [mailto:gerald.gu...@gmail.com] Sent: Friday, March 27, 2015 1:52 PM To: cf-talk Subject: 500

RE: Can you use a CFTHREAD inside an Ajax routine?

2015-03-12 Thread David Phelan
Steven, What is it that is telling you that the thread is not running? What is it supposed to do that it is not, manipulate the file system, execute a stored procedure? Is it supposed to return a value that you are not seeing? Remember that a function that initiates a thread will continue

RE: Adobe ColdFusion Blog futzed?

2015-01-09 Thread David Phelan
Seems to be OK for me. -Original Message- From: george.e...@ssa.gov george.e...@ssa.gov [mailto:george.e...@ssa.gov] Sent: Friday, January 09, 2015 8:50 AM To: cf-talk Subject: Adobe ColdFusion Blog futzed? Is it just me or is the Adobe ColdFusion Blog (http://blogs.coldfusion.com/)

RE: Trouble with ArrayAppend

2014-12-30 Thread David Phelan
. Again though, this is only if the CFC is called as a webservice, it works fine when called directly from a CF template. Quite odd. On Mon, Dec 22, 2014 at 9:15 AM, David Phelan dphe...@emerginghealthit.com wrote: Dean, First, is tmpAddress var scoped at the top of your function? I would try

RE: onRequestStart onRequest variable assignments

2014-12-29 Thread David Phelan
Don, You state that certain variables are being reset so then I assume that others are maintaining their values? Is there any difference in scope between those that are maintaining their values and those that are not? Is there a conditional redirect happening in OnRequestStart? Dave

RE: Trouble with ArrayAppend

2014-12-22 Thread David Phelan
Dean, First, is tmpAddress var scoped at the top of your function? I would try initializing tmpAddress on each iteration. for (var Address in Deal.getAddresses()){ tmpAddress = StructNew(); } Dave -Original Message- From: Dean Lawrence [mailto:dean...@gmail.com]

RE: Non-profit donation providers

2014-10-28 Thread David Phelan
Our hospital uses BlackBaud, used to be called Convio. http://www.convio.com/ Dave -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Tuesday, October 28, 2014 2:29 PM To: cf-talk Subject: Re: Non-profit donation providers ...?

RE: cfmail and special characters

2014-09-12 Thread David Phelan
Have you tried using HTMLEditFormat? David Phelan Web Developer IT Security Web Technologies Emerging Health Montefiore Information Technology 3 Odell Plaza, Yonkers, NY 10701 914-457-6465 Office dphe...@emerginghealthit.com www.emerginghealthit.com www.montefiore.org

RE: How can I force clients to refresh JavaScript files?

2014-09-12 Thread David Phelan
The easiest way is to simply expire the page using cfheader. Take a look at http://www.bennadel.com/blog/1619-caching-coldfusion-pages-with-expires-header-value.htm. David Phelan Web Developer IT Security Web Technologies Emerging Health Montefiore Information Technology 3 Odell Plaza

RE: cfchart in cfdocument

2014-09-08 Thread David Phelan
a gauge chart Thanks Sent from my iPhone On 5 Sep 2014, at 20:30, David Phelan dphe...@emerginghealthit.com wrote: Never mind, I figured it out. I stored the images in an array and used cfimage to render them to the browser. -Original Message- From: David Phelan [mailto:dphe

cfchart in cfdocument

2014-09-05 Thread David Phelan
of the graph. Is it possible that I am simply trying to create too many graphs at a time and the memory can't hold them all? Do I need to write all these images out to the file system and reference them as URLs? David Phelan Web Developer IT Security Web Technologies Montefiore IT 3 Odell Plaza

RE: cfchart in cfdocument

2014-09-05 Thread David Phelan
Never mind, I figured it out. I stored the images in an array and used cfimage to render them to the browser. -Original Message- From: David Phelan [mailto:dphe...@emerginghealthit.com] Sent: Friday, September 05, 2014 3:15 PM To: cf-talk Subject: cfchart in cfdocument I am trying

RE: Excel Problem...

2014-08-28 Thread David Phelan
Have you tried Ben Nadel's CreateXlsFromQuery? It creates a true Excel file which should be able to be opened in 2013. We are still on 2010 so I have not been able to test it but it's worth a try. The original code can be found at:

RE: AJAX request returning 304

2014-08-27 Thread David Phelan
Donnie, I don't see a reason why a cfheader tag wouldn't work, and if it fails it's easy enough to add in the missing tags. Personally, I would convert it to a function in a cfc. David Phelan Web Developer IT Security Web Technologies Emerging Health Montefiore Information Technology 3

RE: Querying a comma separated list

2014-08-27 Thread David Phelan
What I have seen done in these situations is to search where = the value or one of several like statements. where field = 'value' or field like 'value,%' or field like '%,value,%' or field like '%,value' David Phelan Web Developer IT Security Web Technologies Emerging Health Montefiore

RE: Need someone to help with site

2014-07-08 Thread David Phelan
Looks like there is a missing closing tag. If you're still having the issue I'd be glad to take a look. David Phelan Web Developer IT Security Web Technologies Emerging Health Montefiore Information Technology 3 Odell Plaza, Yonkers, NY 10701 914-457-6465 Office dphe...@emerginghealthit.com

Odd CSV Results

2014-05-13 Thread David Phelan
on Win 2k8 R2 with Office 2010 on my workstation. David Phelan Web Developer IT Security Web Technologies Montefiore IT 3 Odell Plaza, Yonkers, NY 10701 914-457-6465 Office 862-234-9109 Cell dphe...@emerginghealthit.commailto:dphe...@emerginghealthit.com www.emerginghealthit.comhttp

RE: Odd CSV Results

2014-05-13 Thread David Phelan
11788 T 631.231.6600 X 119   F 631.434.7022 http://www.austin-williams.com Blog: http://www.austin-williams.com/blog Twitter: http://www.twitter.com/austin_williams -Original Message- From: David Phelan [mailto:dphe...@emerginghealthit.com] Sent: Tuesday, May 13, 2014 2:01 PM To: cf

RE: Can't figure out a simple undefined request varible

2014-05-05 Thread David Phelan
Matt, Where is this being defined? If it is not in OnRequestStart, that's why you are seeing the error. But is there a specific reason that you are casting this in the request scope? It looks to me to be something that should be stored in the application scope. Dave -Original

RE: (ot) barcodes and mobile sites

2014-04-23 Thread David Phelan
The barcode is an image that evaluates to a string when read so you could: 1) store the string in the database and generate the barcode image on the fly 2) generate the barcode image, store it on the file system and store the path in the database 3) generate the barcode image and store it in a

RE: Printing barcode labels from CF

2014-03-25 Thread David Phelan
was not an issue for them. I do not know how if you are intending for the client to print barcodes or not, but if this will be an administrative function it might be something to consider. David Phelan Web Developer IT Security Web Technologies Emerging Health Montefiore Information Technology 3 Odell

RE: database design conundrum

2014-03-21 Thread David Phelan
That would have been my suggested approach as well. I would suggest adding a sharewithall flag to tbl_shared_things so that the user has the option. I can be tedious to individually share information that you would gladly provide to anyone who asked for it, like office email, phone and fax.

CFHTTP SSL call returns Peer Not Authenticated

2014-02-24 Thread David Phelan
can get the WSDL from the host server through the browser on the client server, but the call through CF fail. Any help would be appreciated. We are using CF8 on a win2k8 R2 server. David Phelan Web Developer IT Security Web Technologies Montefiore IT 3 Odell Plaza, Yonkers, NY 10701 914-457

RE: cfquery multiple column search

2014-02-10 Thread David Phelan
) OR lower(col5) like lower(cfqueryparam cfsqltype=cf_sql_integer value=%#val(Arguments.search)#%) /cfif ) /cfquery David Phelan  Web Developer   IT Security Web Technologies   Emerging Health Montefiore Information Technology 3 Odell Plaza, Yonkers, NY

RE: per application settings

2013-12-03 Thread David Phelan
to accept the fact that CF WILL NOT interpret anything that is not a CF tag, script or variable and accept that there is something else that is causing what you are seeing. David Phelan  Web Developer   IT Security Web Technologies   Emerging Health Montefiore

RE: Problem with data formatting in CFINSERT

2013-11-04 Thread David Phelan
inserts simpler, it removes the programmers ability to define the field data type expected and perform data type validation using the cfqueryparam as well as allowing me to apply any formatting I desire to the value that is ultimately submitted to the query for insertion. David Phelan

RE: Saving updated sort order in mysql jquery list to update database

2013-09-26 Thread David Phelan
If you want to build the array in jQuery then you can do something like the following: arIDs = new Array(); $(input[name='ID']).each(function(){ arIDs.push($(this).val()); }) David Phelan  Web Developer   IT Security Web Technologies   Emerging

RE: Element undefined in SESSION scope

2013-08-07 Thread David Phelan
What is your session timeout? Are you setting it in your cfapplication tag or relying on the server settings? Is it possible that the timeout is too small and destroying the session before the form can be submitted? David Phelan  Web Developer   IT Security Web

RE: cfthread execution slowdown

2013-07-26 Thread David Phelan
the longer running threads at the end. My suggestion would be to do some time monitoring on the loops. I think you'll find that the average completion time for each thread increases as the number of completed requests decreases. David Phelan  Web Developer   IT Security Web

RE: Client wants CMS that functions similar to Joomla, for example

2013-07-24 Thread David Phelan
than making the endless, often minor, content changes that the client wants. David Phelan  Web Developer   IT Security Web Technologies   Emerging Health Montefiore Information Technology 3 Odell Plaza, Yonkers, NY 10701 914-457-6465 Office 862-234-9109 Cell dphe

RE: Client wants CMS that functions similar to Joomla, for example

2013-07-24 Thread David Phelan
client to the point that they move on to another option. David Phelan  Web Developer   IT Security Web Technologies   Emerging Health Montefiore Information Technology 3 Odell Plaza, Yonkers, NY 10701 914-457-6465 Office 862-234-9109 Cell dphe

RE: Question about session management

2013-07-19 Thread David Phelan
However, there is no reason to have an application.cfm file in your login directory as CF will move up the directory tree until it finds an application.cfm file and use it. David Phelan  Web Developer   IT Security Web Technologies   Emerging Health

index.cfm being copied from site root to cf web root

2013-07-18 Thread David Phelan
of the references are broken. Has anyone ever seen this? Any idea how to correct it? CF MX 7 IIS 6 Windows 2003 R2 SP2 David Phelan Web Developer IT Security Web Technologies Emerging Health Montefiore Information Technology 3 Odell Plaza, Yonkers, NY 10701 914-457-6465 Office 862-234-9109 Cell dphe

cfmail to Exchange using TLS

2012-05-23 Thread David Phelan
on this completely? I have no experience sending secured email from CF so any help or advice would be appreciated. TIA -- David Phelan ColdFusion/Flex Application Developer phelan.dav...@gmail.com ~| Order the Adobe Coldfusion Anthology now