| Thread | Last Post | Replies |
|
| Subract sums of two queries from each other to get subtotal | 31 Oct 2008 20:02 GMT | 24 |
Once again, I'm in over my head - help help! I have been struggling with this off and on over the last couple weeks and I'm not sure to look for a solution. Here's what I'm trying to do:
|
| cfsearch error: status code -1706 | 31 Oct 2008 15:39 GMT | 10 |
CF7.0.2 update level hf702-65114.jar (Standalone server on Windows 2003) Type: SearchEngine Message: There was a problem executing the CFSearch tag with the following collections.
|
| Parsing Media:Content from RSS Feed | 31 Oct 2008 15:37 GMT | 1 |
I am trying to parse RSS feeds that contain a link to a media file, in this example an .mp3 podcast. I can parse the standard [title] and [content] portion of the feed but cannot figure out how to parse the <media:content ....> portion.
|
| Dynamic <cfif queryname["answer" & i] EQ 1> | 31 Oct 2008 15:26 GMT | 2 |
Is it possible to dynamically loop a <cfif queryname["answer" & i] EQ 1>? Well not for me right now :( I use this code: (votecheck is a query)
|
| Handle dbase error with default data (xml) ??? | 31 Oct 2008 14:39 GMT | 4 |
I had MySQL decide to lose data and structure on me (http://forums.mysql.com/read.php?22,58270,122989#msg-122989 fwiw) and thus had my dev site inoperable. Consequently I am looking at putting <cfcatch> and <cftry> checks into all my
|
| Validating same field names | 31 Oct 2008 06:57 GMT | 6 |
I am dynamically generating cfinputs inside a cfloop, so they all have the same field names. Becuase of this, I cannot use the cfinput required attribute to validate. If I use fieldname#i#, the cfinput validation works, but then my insert will not work.
|
| cfchart is now showing in IE7 and FireFox | 30 Oct 2008 20:54 GMT | 2 |
It works fine in IE 6, but doesn't display at all in IE 7. Do I need to do anything to the configuration?
|
| Authenticating users | 30 Oct 2008 19:57 GMT | 3 |
HI Folks, Can anyone tell me how to pass the windows username in IIS to my coldfusion pages? I have enabled Integrated Windows Authentication in IIS, but #cgi.AUTH_USER#
|
| Changing the contents of CFDIV on rollover | 30 Oct 2008 14:09 GMT | 2 |
I am building my first CF page and wondered if there is a way to populate the CFDIV tag with HTML text a rollover using <a> and then remove the contents on rollout. Thanks.
|
| Best practice MVC for forms to cfc | 30 Oct 2008 02:44 GMT | 9 |
Conceptually I would like to keep my logic for a very big site as MVC as possible. As a cf newbie though I am not sure whether the strategy suggested by most of the blog/tutorials of sending (say) index.cfm's Form.UserName to UsernameCheck.cfm which then
|
| ColdFusion.Window.destroy issues | 29 Oct 2008 23:11 GMT | 2 |
I have been trying to get this to work, and I am not able to get a working solution. I have tried all weekend to no luck. Heres what Im doing> I have a page that I have a href link that i have opening a CFwindow loading a
|
| Including content from another server | 29 Oct 2008 22:47 GMT | 1 |
We have two servers here at our site. It's a long story why, but one server needs to pull content from another. The content is not cold fusion code (it consists of css files, images, files, header and footer information etc...). It's basically a template that uses SSI's as it's ...
|
| <cfif X eq 0 AND Y eq 1> | 29 Oct 2008 18:04 GMT | 2 |
I'm off to livedocs to find out but given the great insight available here on a broader perspective related to my general intention I thought I'd post quickly: I want to test <cfif SESSION.LastUsername NEQ Form.UserLogin AND SESSION.LastPassword NEQ
|
| Count structure values | 29 Oct 2008 16:45 GMT | 2 |
Right now i count my structure (named "answer") values by: <cfset answers_sum = answer.response.sum1 + answer.response.sum2 + answer.response.sum3 + answer.response.sum4 + answer.response.sum5 + answer.response.sum6 />
|
| isDefined Question or alternative | 29 Oct 2008 13:28 GMT | 1 |
Basically I'm trying to find out if a record exists with in the group, if it doesn't I want to right a blank column for my table. IF anyone has a better way, I'm up for it. Please just give me a quick example, I'm visual. I get this error when trying to run the code below:
|