Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 43993 - 44022 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43993
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...
Claude Schneegans
schneeca
Offline Send Email
Jan 5, 2009
8:05 pm
43994
CFMail in CF5 doesn't support unicode characters....
John Bartlett
wyntermoonwolf
Offline Send Email
Jan 5, 2009
9:11 pm
43995
... 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: ...
Claude Schneegans
schneeca
Offline Send Email
Jan 6, 2009
1:37 am
43996
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,...
John Barrett
barrjohnm
Offline Send Email
Jan 6, 2009
10:38 am
43997
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...
Claude Schneegans
schneeca
Offline Send Email
Jan 6, 2009
4:53 pm
43998
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...
Schlosser, JoAnn
joann_apta
Offline Send Email
Jan 7, 2009
1:08 pm
43999
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...
John Barrett
barrjohnm
Offline Send Email
Jan 8, 2009
5:09 am
44000
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 --->...
Hank Miller
hankcfman
Online Now Send Email
Jan 8, 2009
2:45 pm
44001
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...
Uraidiot
uraidiot2000xyz
Offline Send Email
Jan 9, 2009
3:32 am
44002
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 ...
Mike
mmaurer22
Offline Send Email
Jan 12, 2009
1:39 am
44003
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"...
John Bartlett
wyntermoonwolf
Offline Send Email
Jan 12, 2009
2:02 am
44004
try using <cfqueryparam!!! fldName=<cfqueryparam cfsqltype="CF_SQL_VARCHAR" value="#form['NAME' & fldID]#"> -hankcfman ________________________________ From:...
Hank Miller
hankcfman
Online Now Send Email
Jan 12, 2009
3:19 am
44005
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....
Mike
mmaurer22
Offline Send Email
Jan 12, 2009
5:19 pm
44006
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...
Claude Raiola
austaccomm
Offline Send Email
Jan 13, 2009
1:20 am
44007
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...
Linda Burnside
ihatespam22222
Offline Send Email
Jan 13, 2009
4:20 pm
44008
what version of CF are you using? -hankcfman ________________________________ From: Linda Burnside <linda@...> To:...
Hank Miller
hankcfman
Online Now Send Email
Jan 13, 2009
5:06 pm
44009
HI, Suppose I have a page like myPage.cfm Is it possible in this page to detect if it was called from a link having a TARGET="..." attribute?...
Claude Schneegans
schneeca
Offline Send Email
Jan 13, 2009
6:40 pm
44010
Only if the target puts the page inside a frame, otherwise no. There is a lot of frame detection JS out there you can use. -John...
John Bartlett
wyntermoonwolf
Offline Send Email
Jan 13, 2009
6:44 pm
44011
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...
brad.bueche
Offline Send Email
Jan 14, 2009
4:49 am
44012
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...
J.B. Mentzer
jbmentzer
Offline Send Email
Jan 15, 2009
5:47 am
44013
mx7 Linda _____ From: coldfusion-howto@yahoogroups.com [mailto:coldfusion-howto@yahoogroups.com] On Behalf Of Hank Miller Sent: Tuesday, January 13, 2009 12:06...
Linda Burnside
ihatespam22222
Offline Send Email
Jan 15, 2009
2:34 pm
44014
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...
gassmann56560
Offline Send Email
Jan 15, 2009
5:49 pm
44015
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...
Claude Schneegans
schneeca
Offline Send Email
Jan 15, 2009
7:58 pm
44016
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...
John Barrett
barrjohnm
Offline Send Email
Jan 16, 2009
3:21 am
44017
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...
Uraidiot
uraidiot2000xyz
Offline Send Email
Jan 16, 2009
4:27 am
44018
Check out http://livedocs.adobe.com/coldfusion/8/htmldocs/functions_e-g_05.html#1104357 ... -- John Bliss IT Professional LinkedIn:...
John M Bliss
houston_blue...
Offline Send Email
Jan 16, 2009
10:06 am
44019
... 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...
Claude Schneegans
schneeca
Offline Send Email
Jan 16, 2009
2:21 pm
44020
  ________________________________ From: Claude Schneegans <schneegans@...> To: coldfusion-howto@yahoogroups.com Sent: Friday, January 16, 2009...
John Barrett
barrjohnm
Offline Send Email
Jan 17, 2009
6:53 am
44021
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...
John Barrett
barrjohnm
Offline Send Email
Jan 17, 2009
7:05 am
44022
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...
Uraidiot
uraidiot2000xyz
Offline Send Email
Jan 19, 2009
3:13 am
Messages 43993 - 44022 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help