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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 44121 - 44151 of 44526   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
44121
I have a cf form with <cfinput type=text name="dateArrived" value="#dateformat(now(), 'mm/dd/yyyy')#" onBlur="validateForm(initiateForm)"> When the form is...
Uraidiot
uraidiot2000xyz
Offline Send Email
Mar 2, 2009
3:05 am
44122
In javascript the part before the parenthesis is the function name and the parts within the parenthesis are the variables (on send) or the variables names (for...
William Seiter
coder1wil
Offline Send Email
Mar 2, 2009
8:22 am
44123
you compare a string with a dateobject. This is impossible. You have to convert the datestring to a Dateobject. Here you can find a example: ...
pmedv@...
pmedv@ymail.com
Online Now Send Email
Mar 2, 2009
9:17 am
44124
Hey guys, I was wondering, if you are using any CS4 bundles like Production Premium/Desgin Premium etc. or are you using Individual products. And I was also...
djdwij
Offline Send Email
Mar 2, 2009
8:08 pm
44125
Hi, It depends if you have a need for many of the programs to justify the price. I am a student and when I bought the Design Premium for CS 3 it was around...
John Barrett
barrjohnm
Offline Send Email
Mar 3, 2009
5:07 am
44126
Thank you, Johnny. ________________________________ From: John Barrett <barrjohnm@...> To: coldfusion-howto@yahoogroups.com Sent: Sunday, March 1, 2009...
Jane Z
xianer_2000
Offline Send Email
Mar 3, 2009
3:34 pm
44127
your welcome`-` ________________________________ From: Jane Z <xianer_2000@...> To: coldfusion-howto@yahoogroups.com Sent: Tuesday, March 3, 2009 5:34:11...
John Barrett
barrjohnm
Offline Send Email
Mar 4, 2009
5:11 am
44128
Yesterday, I upgraded to CF 8. Today, I got the following error when running a process that used to work: An exception occurred when performing a file...
Linda Burnside
ihatespam22222
Offline Send Email
Mar 5, 2009
2:39 pm
44129
You may need to check your permissions. They may be available but not accessible for read/write for the user that is running CF -hankcfman ...
Hank Miller
hankcfman
Online Now Send Email
Mar 5, 2009
2:43 pm
44130
Hank, Could you provide more granular instructions? I don't understand. Linda _____ From: coldfusion-howto@yahoogroups.com ...
Linda Burnside
ihatespam22222
Offline Send Email
Mar 5, 2009
2:51 pm
44131
Update: I found something to fix the problem I was having. Apparently <cffile action="copy" ... either doesn't work in CF 8 or needs something set up that I...
Linda Burnside
ihatespam22222
Offline Send Email
Mar 5, 2009
4:22 pm
44132
I have a cfchart with two series, one bar (total count for a period) and one line (average count for a period) I want to add a third series, anohter bar (total...
Uraidiot
uraidiot2000xyz
Offline Send Email
Mar 5, 2009
5:25 pm
44133
I have a form A. Once filled out, they should subnmit to insert the data into a table. However, they can fill out the form and not submt. There is a icon in...
Uraidiot
uraidiot2000xyz
Offline Send Email
Mar 9, 2009
1:06 am
44134
Submit the form no matter what. On the comment page, store the values in session variables. After using cflocate to send them back, use the session vars to...
John Bartlett
wyntermoonwolf
Offline Send Email
Mar 9, 2009
5:47 am
44135
John, thanks for the reply.   One of the problems is that they fill out the form completely but do not submit. They go to form B (comments) fill that one out...
Uraidiot
uraidiot2000xyz
Offline Send Email
Mar 10, 2009
2:34 pm
44136
Whatever they are doing to get to form B, change it so it submits the form and displays form b....
John Bartlett
wyntermoonwolf
Offline Send Email
Mar 10, 2009
3:56 pm
44137
Hi Linda I came across that error last week as well. It's a debugging issue in Coldfusion 8, and I had got my hosting company to install the patch on the...
jamanone
Offline Send Email
Mar 10, 2009
4:11 pm
44138
Like John said use session variables. On FormA.cfm or even application.cfc/cfm set up the session variables with defaults on forma.cfm use those session values...
Greg Morphis
omenchaos
Offline Send Email
Mar 10, 2009
4:14 pm
44139
Hi Jason, I thought I had found a solution with the new FileCopy(source, destionation) code in CF8. Turns out it didn't throw an error, but it didn't copy ...
Linda Burnside
ihatespam22222
Offline Send Email
Mar 10, 2009
10:26 pm
44140
Does anybody here have a free code/product for captcha in CFMX6.0 which is FREE? I still don't have CFMX 7 or CFMX 8. So I still have to deal with CFMX 6.0. I...
mandy_li_1998
Offline Send Email
Mar 16, 2009
6:59 pm
44141
It sounds like you have a starting point at least, so instead of recreating the wheel for you, maybe we can help you to get one of those packages working? Can...
William Seiter
coder1wil
Offline Send Email
Mar 16, 2009
7:26 pm
44142
Here is what I am using, just adapt it to use RANDRANGE, add form stuff and cfoutputs around it, numeral images and you should be good to go. Here it is live;...
Schlosser, JoAnn
joann_apta
Offline Send Email
Mar 17, 2009
12:29 pm
44143
Thanks for everybody who has responsed to my post. I am looking at this one http://www.compoundtheory.com/?ID=97&action=displayPost, and try to make it works...
Mandy Li
mandy_li_1998
Offline Send Email
Mar 17, 2009
4:44 pm
44144
how can I make an excel to xml. my goal is to consume the xml w/ cold fusion...
technology transfer t...
techtransfer...
Offline Send Email
Mar 17, 2009
5:50 pm
44145
Are you using Windows? If so, you can query the XLS file directly just like it was a database. Let me know if you want more info on that. -John ... From:...
John Bartlett
wyntermoonwolf
Offline Send Email
Mar 17, 2009
5:58 pm
44146
Yes, I'm in Windows. The windows server has to take the Excel and parse it. I was thinking XML is the best way? How can the Excel be queried?...
techtransferportal
techtransfer...
Offline Send Email
Mar 18, 2009
7:41 pm
44147
First, you'll want to create a blank XLS workbook and save it to the server. Alternately, you can download the file "DynamicXLS Blank Workbook for CF DSN.xls"...
John Bartlett
wyntermoonwolf
Offline Send Email
Mar 18, 2009
8:02 pm
44148
unsubscribe...
gwenmoore4846
Offline Send Email
Mar 18, 2009
11:15 pm
44149
I dynamically generate radio buttons (site) from my query. What I have to do now is check LDAP to find the user site and then preselect the daynamic radio...
Uraidiot
uraidiot2000xyz
Offline Send Email
Mar 19, 2009
3:31 am
44151
I am getting this error: Invalid content type: "application/x-www-form-urlencoded". CFFILE action="upload" requires forms to use enctype="multipart/form-data"....
joann_apta
Offline Send Email
Mar 19, 2009
2:35 pm
Messages 44121 - 44151 of 44526   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