| Thread | Last Post | Replies |
|
| CFIF and dynamic variables | 03 Feb 2008 20:14 GMT | 7 |
I have SuperBowl brain or something this afternoon. I am trying to use a cfif statement with a dynamic variable and I am not writing correctly. <CFIF getrecord.event#eventid# is 'n'> where eventid is a dynamic variable from a loop and getrecord is the query that I am pulling ...
|
| code reuse question | 03 Feb 2008 15:50 GMT | 1 |
I wrote a site for processing requests through an approval process. The site works great and I would like to reuse the code for other approval processes. The code is written in a general way so that many approval processes can use the same code. I know how to use cfmodule to ...
|
| Selecting Multiple rows | 03 Feb 2008 04:23 GMT | 3 |
Ok I have three tables which two tables are one to one and the other one is a one to many. The one to one tables have all the data in one row and the one to many has the data in multiple rows. The one to many table (named county_notes) has notes about specific counties. The ...
|
| cfselect bond to a cfinput | 02 Feb 2008 19:50 GMT | 1 |
Please forgive the double post this is also posted in "General Discussion" I realized after I posted there I should have posted this here. Thanks in advance!! I have a cfselect that is bound to a cfinput. It work great expect that the
|
| Sharing/passing application scoped variables between ColdFusion applications. | 02 Feb 2008 06:32 GMT | 2 |
Does anyone know of a way I can share or pass the APPLICATION scope from one ColdFusion application to another? I'm in use the process of building a reporting site(A) which accesses a lot of another site's(B) application scoped data but I'm having
|
| cfcompile.... | 01 Feb 2008 18:27 GMT | 2 |
I have been trying to compile some code with cfcompile and am getting no place The directions indicate the following cfcompile -deploy webroot directory-to-compile output-directory So the root is d:/coldfusion applications/thewebsite
|
| How to send XML file to a different server using CFHTTP in CF7 | 01 Feb 2008 18:01 GMT | 2 |
My cfhttp send code is not working. Can anybody help me to write a complete error trapping code for sending XML file to server.
|
| Convert XML File | 01 Feb 2008 17:35 GMT | 6 |
I have a XML file I need to pass via web services. How can I read, convert the file to a binary data and send it off to the wsdl function? Been working on this all day, googled and no luck. Any help would be greatly appreciated. Jimmy
|
| Return Column Totals | 01 Feb 2008 11:31 GMT | 16 |
I am using cfstoredproc to pull back some results into a html table. All this is working fine (including calculating the row totals in my actual sql query), until I come to total the COLUMNS up that are returned. If it is possible, I want to do this with ColdFusion, not SQL. ...
|
| Handling multiple languages | 01 Feb 2008 04:33 GMT | 1 |
I have a website that is currently in Polish language. Now I want to do also introduce and do it in English but the problem I'm facing is that I have a one backend database and I don't want to dupliacte the pages all over. If I just duplicate my pages that I need to change the ...
|