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 31112 - 31141 of 44530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31112
Does anybody know of some good email application tutorials as the one at easycfm.com does not work for me please help Thanks Timsy...
hunnybee20_bumblebee20
hunnybee20_b...
Offline Send Email
Feb 1, 2005
9:15 am
31113
Hi All Can i use aspSmartUpload Com DLL in my ColdFusin Page. While i'm trying to create the object using <cfobject>, things are fine. But when i try to call...
does it make any diff...
sharma_anish
Offline Send Email
Feb 1, 2005
10:46 am
31114
Are you getting a code error or you don't understand the tutorial? _____ From: hunnybee20_bumblebee20 [mailto:mighty_marky@...] Sent: Tuesday,...
Mary-Catherine Gerrey
duckboxxer
Offline Send Email
Feb 1, 2005
1:47 pm
31115
... What problems are you having with the one at easycfm.com? Might be easier to troubleshoot that. Hatton...
C. Hatton Humphrey
ny5i
Online Now Send Email
Feb 1, 2005
2:07 pm
31116
Hi all, I have a page where a user fills out a service request form. One of the form fields is the description field where they describe the nature and details...
Kim Siever
kimsiever
Online Now Send Email
Feb 1, 2005
3:58 pm
31117
Hi all. I need to make a search engine (actually, 3) on my site, and i'm totally confused about this verity stuff...I have thought about just making a SQL...
Michael Blues Strivelli
michael_stri...
Offline Send Email
Feb 1, 2005
4:06 pm
31118
You could use ListToArray(form.description," ") to create an array of all the words in the text field, and then query the database for those words, something...
Hakim Ali
hakimcf
Offline Send Email
Feb 1, 2005
4:15 pm
31119
But that would find such occurrences of words like "a", "the" and "and", which will return virtually every tutorial. I should mention that the table does not...
Kim Siever
kimsiever
Online Now Send Email
Feb 1, 2005
4:19 pm
31120
Oh. We have a similar app here, and we use a keyword field, so I assumed you had one too. Hakim ________________________________ From: Kim Siever...
Hakim Ali
hakimcf
Offline Send Email
Feb 1, 2005
4:24 pm
31121
This is one of my all-time favorite functions :-) JoAnn Schlosser Web Consultant ASI Consulting Advanced Solutions International, Inc. IN ORDER TO SERVE YOU...
JoAnn Schlosser
jojo_super77
Offline Send Email
Feb 1, 2005
4:26 pm
31122
We don't have a keywords field because it doesn't make any sense. The listing of the keywords is completely arbitrary. What if the question the user submitted...
Kim Siever
kimsiever
Online Now Send Email
Feb 1, 2005
4:28 pm
31123
Thanks Joe! I've seen ListQualify mentioned in other threads but didn't pay much attention at the time. One of these days I've really gotta take me a class. ...
Melissa Prusi
mprusi
Offline Send Email
Feb 1, 2005
4:43 pm
31124
Heheh...embarrassing but true: I used CF for about three years before I knew it existed. ReplaceNoCase(list, ",", "','", "all").... -joe On Tue, 1 Feb 2005...
Joe Rinehart
jrinehartasi
Offline Send Email
Feb 1, 2005
7:00 pm
31125
I am having difficulty in placing the results of this SQL select statement into my CF Page. Can somebody get me started in the right direction? Thanks in...
Austin Moran
austinmoran
Offline Send Email
Feb 1, 2005
9:03 pm
31126
You don't want to use numeric values as your field labels - you have to have a leading alpha character for it to work with ColdFusion. For example: sum(case...
Bartlett, John
wyntermoonwolf
Offline Send Email
Feb 1, 2005
9:11 pm
31127
<input type="Image" SRC="./images/cart1.gif" name="Cart" value="Add to Cart"> This is not passing the name "Cart" when I try to see if it isdefined in the ...
Phillip M. Vector
lance_lake
Online Now Send Email
Feb 2, 2005
12:02 am
31128
I'm not sure I completely understand, John! In my CF page here is the code I'm using: <cfoutput Query="FieldOfBusinessQuery"> Here are the results of your...
Austin Moran
austinmoran
Offline Send Email
Feb 2, 2005
12:11 am
31129
Job Description – Cold Fusion Programmer, peermusic Online peermusic is looking for an experienced Cold Fusion programmer to join its Online Division to...
Bass
kotto_bass
Offline Send Email
Feb 2, 2005
12:27 am
31130
Did everyone love that HSQLDB Coldfusion how-to example? I can see the combo being using as a self contained unit on a CD-ROM. Anyway does anyone know how to...
Dan Plesse
empiricallys...
Offline Send Email
Feb 2, 2005
12:39 am
31131
the problem im having is that when i try to go to the inout after login it will try to load for what seemd like forever them the error message comes up so i...
mighty_marky@...
hunnybee20_b...
Offline Send Email
Feb 2, 2005
1:24 am
31132
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
Feb 2, 2005
2:48 am
31133
Melissa, Don't worry about it. Classes can help, but a lot of these things just come with experience. I still learn new things about CF all of the time. One...
Joe Rinehart
jrinehartasi
Offline Send Email
Feb 2, 2005
12:54 pm
31134
Hello, I am new to Coldfusion an I am attempting to use an LDAP Server for authentication but I am having a hard time connecting to LDAP? I am using:...
isidropimentel
Offline Send Email
Feb 2, 2005
5:54 pm
31135
I believe that would pass "Cart.x" and "Cart.y" which identify the exact location of the image the user clicked on. -John ... From: Phillip M. Vector...
Bartlett, John
wyntermoonwolf
Offline Send Email
Feb 2, 2005
5:59 pm
31136
Here's a script I use to resend emails x number of times and then either redirects it to a new address or simply deletes it. ...
Bartlett, John
wyntermoonwolf
Offline Send Email
Feb 2, 2005
6:06 pm
31137
That's what I did when I first discovered CF. I read all the documentations on the tags and functions before I started doing serious coding. Warning: I was...
Bartlett, John
wyntermoonwolf
Offline Send Email
Feb 2, 2005
6:08 pm
31138
You can't use numbers as variable names in cold fusion. For example: <cfset 100="a"> throws an error. You must start a variable with a letter, A-Z. -John ... ...
Bartlett, John
wyntermoonwolf
Offline Send Email
Feb 2, 2005
6:10 pm
31139
Hi, Sometimes this authentication stuff is hit and miss. First, are you sure the port you're trying to reach is the default port 389? If not, you'll need to...
Dave Sifford
dave_sifford
Offline Send Email
Feb 2, 2005
6:13 pm
31140
I don't like messin' with LDAP but here's a snippet from one of our apps for you to play around with. <CFLDAP name="Security" action="QUERY" ...
Bartlett, John
wyntermoonwolf
Offline Send Email
Feb 2, 2005
6:14 pm
31141
Thanks John, It turns out the tech support did know what cfmail was and their response made that even more clear. I just moved or deleted undelivered mail ...
Dan Plesse
empiricallys...
Offline Send Email
Feb 2, 2005
6:34 pm
Messages 31112 - 31141 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