| Thread | Last Post | Replies |
|
| Web Service Provider in Document Literal Encoded | 16 Mar 2007 23:33 GMT | 1 |
I have at least 5 years experience with ColdFusion but not much luck with Java, J2EE or Apache. I am starting on CFC and Web Service on ColdFusion. We already have an application running in ColdFusion MX7 in Web pages mode. I am tasked with providing some functionalities in Web ...
|
| Number nav for viewing records | 16 Mar 2007 21:46 GMT | 5 |
Hello; I created a numbered navigation for cycling through DB records. When I created it, it was based on catagoryID. There were a number of catagories and this would put a navigation under the records like this:
|
| The Title / Search bar | 16 Mar 2007 19:34 GMT | 1 |
Ok I have tried a lot of things but all i need is to know what cf command will give me the search bar that you see on top of this page! I don't need the Search all i want is the drop downs with the sub-cattagories for a web page i am making! I have search and searhed but i ...
|
| String Help | 16 Mar 2007 19:06 GMT | 2 |
I am hoping someone can help me. This should be easy but I can not figure it out. I have search results that return a file name and directory path as follows: e:\rootdirectory\subdirectory1\subdirectory2\subdirectory3\filename.pdf
|
| Ticket/Support System? | 16 Mar 2007 18:20 GMT | 4 |
Looking for a Coldfusion Support/Ticket system, Does anybody know of one? Regards Craig
|
| Protecting text files with sensitive information | 16 Mar 2007 18:01 GMT | 2 |
I have an app where users log in and upload files with very sensitive information (pdf's or word doc's). Depending on the permissions an user can open and view or save specific files. I'm saving files out of the web server folder and using middle cfm page(docs.cfm) as a wrapper:
|
| XML Node Extraction | 16 Mar 2007 15:30 GMT | 4 |
Okay I have what I think is a simple question. If i have a XML file that looks like the following How would I extract the
|
| Help with displaying files and folders | 16 Mar 2007 14:34 GMT | 3 |
Is there a way to display the files and folders distinctly from each other and how would I output the results?
|
| Custom Messages? | 16 Mar 2007 00:37 GMT | 2 |
I would like to build some custom message handler to handle various custom messages throughout the app. I am not interested in the CF errors and/or messages, but more of things like "Account Updated" "Account Locked due to multiple attempts". I am looking to have a storage ...
|
| Displaying multiple pages | 15 Mar 2007 23:59 GMT | 3 |
I am executing a query that results in output that needs to be displayed over several pages. The DB has been furnished by my client who gets new updated copies of the DB periodically so I cannot modify the tables in the DB. They are simply to be replaced each time a new DB is ...
|
| Web Service (SmarterMail) | 15 Mar 2007 23:40 GMT | 2 |
I am trying to write an integration with CF and SmarterMail. Can someone give me some insight on calling the following webservice with cfinvoke? I am getting hung up on how to pass the <requestedSettings> values. POST /services/svcuseradmin.asmx HTTP/1.1
|
| SSL and ColdFusion | 15 Mar 2007 23:24 GMT | 2 |
Recently I bought a SSL certificate for my domain. My website has a public area but also a private login area for our distributors. I want to secure eveything from the time a user logs in.
|
| Setting variables in cfscript | 15 Mar 2007 15:35 GMT | 2 |
I am parsing xml and I am trying to set each xml tag with the same name to a different variable. This is what I have. COVYEAR = XmlSearch(myxmldoc, "//COVERED/YR_INFO/YEAR"); for (i = 1; i LTE ArrayLen(COVYEAR); i = i + 1)
|
| Please Help Session variables disappear | 15 Mar 2007 14:25 GMT | 3 |
Hi. I am having issues with the developer's version of CF MX 7. I recently set up the developer's version on a test server, and moved over code from a properly working site using MX 6. I have an application.cfm file set will the correct <cfapplication> tag attributes, and the ...
|
| cffile accept | 15 Mar 2007 07:33 GMT | 7 |
Hi i have a file upload which i need to only accept CSV files, i have 2 problems with the code below 1. i have tried uploading a csv file but i get an error, do i need to add more to the accept clause?
|