| Thread | Last Post | Replies |
|
| Verity support | 22 Mar 2007 20:41 GMT | 5 |
Does ColdFusion support the using of other Verity Search Engines?
|
| CFFTP ignoring variable in DIRECTORY path | 22 Mar 2007 19:07 GMT | 2 |
I have an array which names 5 folders. I use ListGetAt based on the index of the cfloop value to get the name of the folder I want to LISTDIR with CFFTP. I Assign the name of the folder to a variable. Testing shows the assignment of foldername from array works fine. Hardcoding ...
|
| encrypt the password | 22 Mar 2007 18:20 GMT | 11 |
Hi. I am writing an app which stores usernames/passwords into a database table. I have the form for admin to add the new user by enter the username and passord on the form. The question is how can I encrypt the password provided by the user before insert it into the table and ...
|
| ajaxCFC data writing to wrong fields | 22 Mar 2007 17:24 GMT | 1 |
I have a customer update form populated by the CFC page, the code for the update button is as follows... (messy I know) - I have tried doing this with a javascript -> coldfusion array but I was getting a dereference scalar error. <input type="button" value="Update Customer"
|
| Retrieving name of calling CFC | 22 Mar 2007 16:36 GMT | 4 |
I have 2 function in the same CFC that calls another function in the same CFC. IS there anyway to get the name of the one of the first function(the callers) from the second? OR
|
| Cold Fusion export to Word Document | 22 Mar 2007 12:28 GMT | 1 |
I have a Coldfusion Intranet application which builds an html file which then gets exported to the local drive and then named with a doc extension. Then the document is read in Microsoft Word. The problem is that I want to have headers and footers put on the page along with our ...
|
| Searching PDF Files on server | 22 Mar 2007 03:02 GMT | 1 |
We have a client that has a large amount of pdf files on the server. They also have over 300,000 records in a database and about 1/3 of those reference a pdf file that is on the server. So is there already built program that I can purchase that will search pdf
|
| Setting a comma in a dynamic list build | 21 Mar 2007 21:11 GMT | 9 |
Hi Guys, can anyone please help me with this issue. I want to take a list and find the last characters in the list and then build another list. With this other list I am having a problem not dropping a comma after the last element. I am expecting this y,n I am getting y,n,
|
| Verity Searches for Special Characters not working | 21 Mar 2007 21:08 GMT | 5 |
I'm using ColdFusion MX 7.0.1 with Verity and trying to search my collections for value "C++" I've tried to pair off the +'s with `` characters and also tried using the backslash, both with no luck. I'm using explicit search to do this, but also tried to perform the same ...
|
| Submit Button | 21 Mar 2007 20:41 GMT | 4 |
In my form i created in Dreamweaver using Coldfusion. When I am entering data, Somtimes my Submit button does not show on the form. What could possibly cause this to happen?
|
| Read a RSS feed into my html page | 21 Mar 2007 15:29 GMT | 6 |
Just need some advice. I have a rssfeed that is in swedish so i get some specialcharacters in it like åäöÅÄÖ. I use this code
|
| Combine PDF Several PDF Documents Programatically | 21 Mar 2007 02:49 GMT | 7 |
I need to combine several pdf documents programmatically within Dreamweaver/Coldfusion. Will Acrobat's SDK software Developer kit allow you to do this outside Acrobat? Is SDK just for writing Javascript within Acrobat? If I can't use SDK to write Javascript within Dreamweaver , ...
|
| Problems with Word and CF 5 | 20 Mar 2007 22:43 GMT | 1 |
I have a very bizarre problem. We are using CF5. We use cookies and session variables to manage the login session. When someone copies something out of one of our pages, and pastes it into MS Word, and then goes back to our system, they click on any link, and find that they are ...
|
| Saving comma delimited results as separate fileds. | 20 Mar 2007 18:57 GMT | 1 |
Does anyone know the easiest way to separate a comma delimited query result into different fields? Something like: item,item,item,item,item
|
| LDAP password update | 20 Mar 2007 18:35 GMT | 3 |
I'm trying to provide the ability for our users to change their domain password from our website. The website is located in the DMZ and is not part of the domain. I have sucessfully connected and run several LDAP queries. I can authenticate
|