Hi, I have a newsletter sent to suscribers, and I got one rejected this mornig by SpamAssassin. Among the things it is complaining about, there are a couple of...
... I don't need Unicode, only iso-8859-1. Now I noticed that the same template from my development PC will send automatically well formed headers, ie: ...
Hi, I am really stuck here. I am trying to make a master detail page that has one page(the master) that does not have any duplicates, but on the detail page,...
Hi, In CFMX, in mail settings, there is an option to get messages sent encoded in UTF-8, ISO-8859-1, etc... IN CF5, there is no such option. However, from my...
Which additional results would you want to appear? Is there something linking the one record associated with the value #URL.Record_ID# to other results? For...
Hi JoAnn, Thanks so much for getting back to me this. This has been driving me wacko! I think that the issue is the grouping,as I have never had so many...
This may help... keep in mind that you may have to format the content because yahoo will change it slightly. <cfsilent> <!--- Save Content to create Query --->...
I have this following query statement : SELECT DISTINCT CASE WHEN activity_id='2' then activity_date ELSE '' END as activity_date If the activity id is 2, then...
What am I doing wrong? This isn't all the code, but you should get the idea. Gets info from a database, than post it in a table. Than I can change the info ...
The basic problem is that you have "NAME" as plain text in your form but not in your update query. Try: fldName = 'NAME#FORM.fldID#' ... From: "Mike"...
Thanks for the reply. The programming seems to be looking for "Name1,2,3,4,5" It seems to be looking for Name plus all the fldIDs in the same input statement....
Hi, I recall being able to optimise access databases that I use to use with my Cold Fusion Apps when I first building CF apps many years ago, where by running...
I am not an expert in sessions. I am using Paypal direct payments and paypal express payments for a site which requires a login. Let's say the user is logged...
I just started using Cold Fusion today. I'm a flex developer. I need to work with a very large oracle database and I have to use the oracle PARTITION key...
Coders, A small off-set printer would like site like this one created: http://www.quickprint.com/ He'd like it to include an Admin area, where he can log in...
mx7 Linda _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Hank Miller Sent: Tuesday, January 13, 2009 12:06...
Hi. Hopefully this isn't too difficult. I have a field for RFQ Leader Initials. The table has lots of RFQ's in it and each RFQ has an RFQ Leader assigned to...
Hi, I'm working on an application that will generate result pages containing graphs like bars or pie charts. Once the pages are generated, I must install a...
Hi, I think that you can use <cfchart format = "flash"> or or <cfchart format = "gif"> png also works with cfchart. I have not used it except for the flash...
I want to dynamically attach a document and send via cfmail.I use various queries to get the recipent names, and unique id info, then retrieve the document...
... format = "gif"> png also works with cfchart. Right, but the problem is that I must have this application running under CF5. But somebody told me about...
Hi, Sorry about that, I guess that I missed you were running CF 5. Another way is to use flex with charting, or flash with xml. I think that this might work as...
Sorry for this long post but I need to explain what I am trying to do and what is happening. Basically, I need to insert line item numbers 1,2, 3, etc and when...