| Thread | Last Post | Replies |
|
| Basic Verity search fails | 30 Sep 2006 22:47 GMT | 1 |
I'm totally new to Verity so this may be obvious, but I'm getting zero results. A collection shows up in the CF Administrator. When CFIndex runs, there are no error messages. CFSearch returns squat. The goal is to search PDFs, but I added a *.cfm file and a *.doc file with the
|
| Query of a Query I would think... | 30 Sep 2006 03:26 GMT | 10 |
So, I have a categories table. It has the name, and then the subid. If the subid is 0, it is a main category, otherwise it is a subcategory of the id it holds. So, if we have books, and that books id is 1. Then we have non-fiction which
|
| Execute Query before Session Ends | 30 Sep 2006 02:37 GMT | 1 |
I am working on an applicationt that is basically a virtual lineup to book appointments. Basically, users log in and are presented with the next available time slot from the database. They can either confirm the time or log out. When they confirm the time, the time is then ...
|
| Open a Socket Connection | 29 Sep 2006 23:48 GMT | 4 |
I have an RFID reader that has an internal memory bank that stores rfid scans. From speaking to the company in order to get the data off I need to create a socket connection to port 8080 and send RQL (which is similar to sql) and then it will send me back piped results.
|
| Characters such as apostrophes and smart quotes turning into boxes or question marks | 29 Sep 2006 22:57 GMT | 6 |
We recently upgraded from CF5 to CF7 and are having a problem with previously saved text that no longer displays correctly. Some characters (apparently, non-ASCII characters such as curly apostrophes and smart quotes) are rendering as boxes or question marks. We recently ...
|
| Using cffile multiple uploads..HELP!! | 29 Sep 2006 20:56 GMT | 3 |
Ok I just finished this tutorial on "multiple file upload with cffile". The url for the tutorial is here: http://www.devarticles.com/c/a/ColdFusion/Multiple-File-Upload-with-CFFILE/2/ I did everything right. At the end of the tutorial the guy says this.
|
| checkbox and cfinclude | 29 Sep 2006 19:41 GMT | 3 |
I have a form with two checkboxes. When a checkbox is selected I would like to do a cfinclude with the proper form. I want to keep the checkbox slections on top of the page for further entries. This is what I have so far with no luck... <cfinput type="checkbox" name="checkbox_me" ...
|
| Preserving Single Quotes | 29 Sep 2006 17:38 GMT | 9 |
I'm using the following code to produce a list of zipcodes for a radius search: <cfset Caller.passedreturneddata = Caller.passedreturneddata & "'#mystruct.zipcode[x]#' or "> The result is like '12345' or '23456' or '34567'.
|
| looping insert...To be continued | 29 Sep 2006 16:41 GMT | 9 |
Sorry, but the post was getting too long to follow so I thought I would start it over and ask for help piece by piece so I can learn this: I viewed the created html from Coldfusion and my list has unique input names from the looping list (List1, List2, etc) and the values are ...
|
| Help???.....911 | 29 Sep 2006 10:33 GMT | 2 |
First what I'm trying to do is to secure my login application, Authenticate Users, Display users logged in and Display error messages in to my login page. For some reason; <else>, <abort>, and the other reasons explained above are not working. <CFLogin Tags don't work in some ...
|
| New flashform skins | 29 Sep 2006 02:10 GMT | 2 |
As much as I like HaloSilver, Blue, Green, etc. Is there a way to change the overall skin color of a <cfform type=flash"..>?
|
| looping insert | 28 Sep 2006 20:25 GMT | 18 |
What is wrong with this code and how can I fix it. I have a form with a loop to display all the options. Then the user makes thier selections (via checkboxes) I need the checked boxes to insert in the database with the email address. I keep getting that
|
| CF grid help | 28 Sep 2006 17:44 GMT | 1 |
I have a flash form right now that uses cfgrid to display and update tables in an oracle database. The bad thing is cfgrid doesn't have a horizontal scrollbar and some of the tables have quite a few columns. I was thinking what I would like to do is whenever someone clicks on a ...
|
| Creating a dynamic list | 28 Sep 2006 17:24 GMT | 2 |
Need some help. I'm trying to create a pull down menu that will populate itself with all dates between a start and stop date I provide. For example:
|
| consuming a webservice | 28 Sep 2006 16:46 GMT | 18 |
I am attempting to create a webservice from one site to be consumed by another site. I have gone through various webservices tuts in the distant past but I am stuck on this one. On server A I have the following CFC...
|