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...
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...
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...
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...
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...
This is one of my all-time favorite functions :-) JoAnn Schlosser Web Consultant ASI Consulting Advanced Solutions International, Inc. IN ORDER TO SERVE YOU...
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...
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. ...
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...
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...
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...
<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 ...
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...
Job Description – Cold Fusion Programmer, peermusic Online peermusic is looking for an experienced Cold Fusion programmer to join its Online Division to...
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...
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...
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...
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...
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:...
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...
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...
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 ... ...
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...
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 ...