| Thread | Last Post | Replies |
|
| RSS anyone? | 06 Mar 2008 03:50 GMT | 5 |
I can't get this to work and I'm sure the answer is obvious. I'm new to integrating RSS. I'm trying to display RSS feeds on my website from other URLs. Thanks for any light you can shed on this! here is my code in a standard .cfm
|
| Problem with CFCONTENT | 06 Mar 2008 01:18 GMT | 1 |
I have a problem is using the <cfcontent > tag in my application. I retrive the file from the database and then use the <cfcontent> tag to let it open/download in user system. <cfheader name="Content-Disposition"
|
| Need to have a popup window from a link in a cfgrid | 05 Mar 2008 23:21 GMT | 1 |
I've got a cfgrid that is displaying some program information. I want the program number to have a link to a pop-up window which contains an edit form for that program. Here is the script for the popup window I used on my page before I implemented
|
| is there a way to determine if a template is being called from CF's scheduled task? | 05 Mar 2008 22:03 GMT | 2 |
I inherited a rather large CF application that has been in service for at least 6 years. In this application, I've found several references to a variable, the name of which is composed of what seems to be a random string of 26 characters (not the English alphabet). It seems
|
| Reverse CFXML ? | 05 Mar 2008 21:02 GMT | 13 |
I've built a client-driven RIA using CF7 as the intermediary to a SQL Server 2005 database. Data are passed as URL parameters in the existing architecture. A new requirement has surfaced that will require more data to be passed to and stored
|
| looping inset | 05 Mar 2008 20:34 GMT | 3 |
I have this table: <CFLOOP query="vendors"> <tr> <td class="tabdata">#vendors.vendor_name#</td>
|
| Images not displaying | 05 Mar 2008 18:13 GMT | 4 |
Instead of posting this new Issue in the other topic i had about the similar system, because it is a separate issue I thought it'd be best to keep them separate. Ok so basically a user uploads a file, I rename it and store it in an images
|
| Workflow in Coldfusion? | 05 Mar 2008 16:42 GMT | 1 |
I've been tasked with creating/implementing a workflow program that will allow multiple users to approve/deny/edits documents as part of an elaborate workflow system. I hear alot about Sharepoint from Microsoft, but I'm more intersted in a ColdFusion solution. Any ideas or ...
|
| output data into a word template | 05 Mar 2008 13:49 GMT | 1 |
Today we have a skills application. From this application it is possible to generate a CV. It works by sending data to an RTF template. But the problem is that it is very difficult to edit the RTF template when new
|
| Writing a Binary file | 05 Mar 2008 06:04 GMT | 1 |
I'm trying to use CF 7 to write a binary (GIF) file either to the browser or to a file on the server. I have tried many variations - CFFile, CFHeader/CFContent - but all return the same result of returning only the Hex codes, not binary, even though the output is converted to ...
|
| Harvest E-Mail Address From Text String | 04 Mar 2008 23:21 GMT | 4 |
I'm developing a custom tag to telnet into a POP3 mailbox and process undeliverables, but since the undeliverables are being returned by our "System Administrator" I can't call the "to" or "from" tags to harvest the failed E-Mail address. Is there anyone who has a handy bit of ...
|
| CF8 cfdocuments new bugs | 04 Mar 2008 23:09 GMT | 15 |
I face the following problems after upgrading from CF 7.0.2 to CF8 + Cumulative Hotfix 1 : - bold and underline generates white space around them if they are embedded in a sentence (i.e "this is <bold>bold text </bod> and it is fun")
|
| Query Of Queries runtime error | 04 Mar 2008 20:45 GMT | 11 |
Query Of Queries runtime error. Unsupported Cast Excpetion: Casting to type "NULL" is unsupported. I am getting this error when I try to query a query for a search tool that I developed. Problem is, it doesn't happen everytime. And, after dumping the
|
| expandPath | 04 Mar 2008 09:57 GMT | 4 |
basically I am setting up a file management system through coldfusion and everything works perfect except one minor detail, as always ;) In the section where I upload the file I use expandPath("../images/userimgs") and later on after I rename the file I put the route to the file ...
|
| how do I update an unknown amount of child ID's? | 04 Mar 2008 09:43 GMT | 5 |
I have a record, which can have a childID which I can update fine. My problem becomes when the childID has a Child Id, which can have multiple child ID's off that ID. How Can I update them from the Top ID down? Meaning
|