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 40124 - 40155 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
40124
Hi Dan, Thanks for your help:) Yep, I learn this the hard way! Tomorrow before I apply the updater, I will make sure everything is off. I am now comfortable...
John Barrett
barrjohnm
Offline Send Email
Dec 1, 2006
11:35 am
40125
Yeah cfusion should be in the list (though you should not be using this instance for production use - it is simply a template for your to create new ...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Dec 1, 2006
11:55 am
40126
Hi Neil, On the new one I downloaded cfusion is for sure there`-` On the other one I did not see it, or in the server.xml file either. Maybe I was too stressed...
John Barrett
barrjohnm
Offline Send Email
Dec 1, 2006
12:29 pm
40127
All you need to be concerned about what is installed is C:\Jrun4\servers ;-) ... From: John Barrett [mailto:barrjohnm@...] Sent: 01 December 2006 12:25 ...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Dec 1, 2006
12:47 pm
40128
It is for downloads from the site. The concern is to keep the frustration level to a minimum for the person doing the downloading as well as trying to keep...
JoAnn Schlosser
jojo_super77
Offline Send Email
Dec 1, 2006
7:54 pm
40129
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
Send Email
Dec 1, 2006
7:58 pm
40130
I have the file all cleaned up and can use CFDUMP to view it all nice and tidy after using csvToQuery (cflib site). Looks great but what I really need to do...
JoAnn Schlosser
jojo_super77
Offline Send Email
Dec 1, 2006
8:05 pm
40131
Hi folks I'm only know learning coldfusion and mysql and I need help with this error inserting into tables. Any ideas on what sytax is wrong all looks ok to me...
Dai
bttdvd
Offline Send Email
Dec 2, 2006
9:58 pm
40132
Really stuck here. If I could figure out what this query or array is even called, that would probably help a lot. JoAnn A. Schlosser Sr. Manager for...
JoAnn Schlosser
jojo_super77
Offline Send Email
Dec 5, 2006
7:22 pm
40133
Here is what I have - it dumps the data in a table - I guess my question is - what is the name of this query? <!--- This library is part of the Common Function...
JoAnn Schlosser
jojo_super77
Offline Send Email
Dec 5, 2006
7:41 pm
40134
It looks like the csvtoquery function sets the var newquery = querynew( " "); probably need to name the query here. ... Really stuck here. If I could figure...
Anthony Willenbring
awillenbring...
Offline Send Email
Dec 5, 2006
7:43 pm
40135
var newQuery = QueryNew(""); newQuery is the object function QueryNew(columnlist) the constructor is for metadata and in this case its for a columnlist _____ ...
Dan Plesse
empiricallys...
Offline Send Email
Dec 5, 2006
9:02 pm
40136
I had already tried both of these suggestions - Naming it by setting var newQuery = QueryNew("ABC") just added a field called "ABC". I also tried...
JoAnn Schlosser
jojo_super77
Offline Send Email
Dec 6, 2006
12:38 pm
40137
I got it - just had to do the following: <cfset AllBills="#CSVToQuery(csvString)#" >, then loop through AllBills. Works fine now. Thanks to all! JoAnn A....
JoAnn Schlosser
jojo_super77
Offline Send Email
Dec 6, 2006
12:59 pm
40138
Hi, My requirement is very simple.. while uploading a file i want to change the extension of file only... any one have idea? Regards Diwakar Gupta...
diwakar_jpr
Offline Send Email
Dec 6, 2006
2:24 pm
40139
Hello, i have a table footbl with a numeric column foo_id and a varchar column foo_text. My CFM-file looks like: <cftry> <cfquery name="qryfootxt"...
bardnet
Offline Send Email
Dec 6, 2006
3:40 pm
40140
You are sending in "foo" as a numeric.... try "1" instead. Or if foo is a variable... use #foo# -hankcfman ... From: bardnet <programmer@...> To:...
Hank Miller
hankcfman
Online Now Send Email
Dec 6, 2006
3:53 pm
40141
... Hi, use something like <cfset newfilename=listsetat(oldfilename, listlen(oldfilename, "."), newextension, ".") You treat the filename as a dot separated...
bardnet
Offline Send Email
Dec 6, 2006
3:54 pm
40144
I am trying to get the code analyzer in MX to work and when the applet comes up, I get a IO error. Has anyone encountered this and how did they resolve it?...
Rusty
the_game570
Offline Send Email
Dec 6, 2006
4:44 pm
40145
Yes... this occurs when you do not have RDS enabled. All you have to do is know the path to the directory that holds the CFM files that you would like to...
Hank Miller
hankcfman
Online Now Send Email
Dec 6, 2006
5:09 pm
40146
how can I get spanish accents to work in the label field. For example label="Genero". If I do lable="G&eacute;nero" I get an error? Thanks Manuel [Non-text...
Manuel Nauta
nauta_m
Offline Send Email
Dec 6, 2006
7:51 pm
40147
JoAnn, In your code, calling a function uses what ever name you assign to it: <cfset myQuery = CSVToQuery(csvString)> Or am I missing your question? Dan ... --...
Dan O'Keefe
djokeefe_2001
Offline Send Email
Dec 7, 2006
10:20 am
40148
I am trying to do a datediff in the query. Is it possible because i seem to get a Syntax like error. Startdate is a column in the table todaydate is a...
Tink54
Offline Send Email
Dec 7, 2006
4:15 pm
40149
Syntax is incorrect try... Where ( Termlenghtinmonths < #DateDiff("m",StartDate,todaydate)# ) -hankcfman ... From: Tink54 <scott@...> To:...
Hank Miller
hankcfman
Online Now Send Email
Dec 7, 2006
7:53 pm
40150
This may sound odd but I'm wondering if there is a way to slow down my CF processing at a certain spot. The application does an ftp process then reports to the...
Kraegan
kraegan_blue...
Offline Send Email
Dec 7, 2006
8:24 pm
40151
I tried that, it is thinking that startdate is a one time variable instead of a column in the table. ... $19.99/year. Free Setup, ASP.NET, HELM Control Panel. ...
Tink54
Offline Send Email
Dec 7, 2006
9:51 pm
40152
Hi- I've got a site at freemp3mail.com that has about 60,000 subscribers at the moment. I need a host that will allow me to send bulk mail. The emails are...
Trevor Lyman
trevormorris...
Offline Send Email
Dec 7, 2006
10:13 pm
40153
Delays and things are all part of programming. For my coldfusion text to voice application I had to write in a small delay to allow the audio file conversion...
Dan Plesse
empiricallys...
Offline Send Email
Dec 7, 2006
10:28 pm
40154
The syntax for dateDiff is correct. try DateDiff("m", Startdate, getDate()) -hankcfman ... From: Tink54 <scott@...> To:...
Hank Miller
hankcfman
Online Now Send Email
Dec 7, 2006
10:48 pm
40155
Mp3s of what? "This e-mail is from Reed Exhibitions (Gateway House, 28 The Quadrant, Richmond, Surrey, TW9 1DN, United Kingdom), a division of Reed Business, ...
Robertson-Ravo, Neil ...
teammacromedia
Offline Send Email
Dec 7, 2006
11:15 pm
Messages 40124 - 40155 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