| Thread | Last Post | Replies |
|
| can't get loops running correctly | 31 Mar 2008 17:43 GMT | 8 |
I've made a page to automatically send users an email with updates in. However the outputs are currently wrong and it is sending updates to the wrong people. The search is made by matching the users location to a sports club location.
|
| CFCHART value column issue | 31 Mar 2008 15:59 GMT | 2 |
Basically, a value column which should be 0.02, is being displayed as 0.002 on the graph. 1. The database shows 0.02 2. The cfdump of the query shows 0.02
|
| Explain the use/need for CFC's | 31 Mar 2008 15:50 GMT | 7 |
Can someone explain the need/use of ColdFusion component (CFC's)? I have been working on older versions of CF and would like to know what CFC's should be used for. Is the a link explaining the purpose of them?
|
| Cold fusion dropdown related issue | 31 Mar 2008 05:28 GMT | 3 |
I am new to coldfusion. I have created a page, which has two divisions.In each divison there is a radio button. Click on radio button of first division disables the fields of second divison
|
| SQL Problem | 29 Mar 2008 11:46 GMT | 12 |
I have spent the last 6 months working on a database system to replace my companies current Microsoft Access database with a coldfusion based one. The backend is still Access and we have previously been using a coldfusion pageset to export data to a spreadsheet with no problems, ...
|
| Referencing field in a query struct | 29 Mar 2008 02:38 GMT | 13 |
About 5% of the time I get an error 'Element COMPANYSTATUS is undefined in Q.' from the code in SNIPPET 1. Can anyone tell me why I would ever get this error? If the query returns 0 results (which it may if the user is not logged in and SESSION.User.GetCompanyID() return 0) it ...
|
| CF8 and Flex3 | 28 Mar 2008 20:08 GMT | 5 |
I am interested in developing a Flex3 (AIR) application with a CF backend. I have a good bit of experience with Flash but none with Flex or CF. My development computer is an intel Mac Pro running 10.4.11. I have Apache 1.3, PHP 5, and MySQL 5
|
| Embedding Quicktime Movies in a webpage | 28 Mar 2008 16:39 GMT | 7 |
I have a lot of quicktime movies stored on a server. I'd like to create a page on the fly somehow, so the movie is embedded in the webpage. Is there something similar to Verity that can do this?
|
| Difference b/w a custom tag and cfinclude | 28 Mar 2008 16:03 GMT | 3 |
can anyone pls describe the difference between a cold fusion custom tag and cfinclude. Or how they are processed in the server? While we use the custom tag it nearly functions same as cfinclude....i can't think of any ...
|
| Pinging ports | 28 Mar 2008 15:31 GMT | 7 |
Hi all, first post :grin; In a nutshell, I have a script which embeds an IP camera's stream into a web page. I'd like to be able to put some code at the start of the script which can
|
| ReReplace all html tags except selected | 28 Mar 2008 14:14 GMT | 3 |
Folks, I'm trying to figure out how to eliminate all html tags in a string except for <img> and <a> tags. Any ideas? I've been stumped for several days. thanks, /r
|
| Dynamic SQL! | 28 Mar 2008 14:05 GMT | 13 |
I need to build sql dynamic in cold fusion that combine three sql queries in order to display the data result as following: 1. first query select name, age, class
|
| cfset and cfquery | 28 Mar 2008 09:05 GMT | 2 |
I just have a quick question, in the project that I recently took over, i noticed that <cfset> tags were being used inside <cfquery> tags to carry through URL variables. Something like the attached code. Now my question is how exactly does coldfusion handle this since it is ...
|
| isValid("uuid",i) Problems | 28 Mar 2008 08:56 GMT | 5 |
I'm in the process of building me a CMS. The fields are dynamic and pulled from a database, because of this, it made sense to make each fields name a UUID. So far so good. So what I do is take the form.fieldnames scope and loop it, using the name of
|
| Updating multiple records | 28 Mar 2008 00:52 GMT | 3 |
I have this query : <cfquery name="qry" datasource="dsname"> select line_item, part_no, qty from tblName
|