| Thread | Last Post | Replies |
|
| CF Flash rendering | 31 Jan 2008 15:39 GMT | 2 |
My cfflash from renders at 1 web address, but the same form does not render through a different web address. They are the exact same form, on the exact same website, you just get to it by 2 different web addresses. And there is a clock that keeps turning and it will not render ...
|
| cfselect - need to add option - binding issue | 31 Jan 2008 09:48 GMT | 2 |
I'm using the cfselect tag. I'm binding the options to the tag using a cfc. I used to be able to insert additional <option> tags like this <cfselect><option><option></cfselect>. Using the binding cfc, the <option> tags aren't showing up. Thoughts?
|
| XML: Variable # nodes problem... | 31 Jan 2008 09:34 GMT | 2 |
I have nodes in my XML file that look like this: <?xml... <Listings xmlns... <Listing>
|
| CF8 - Ajax Form Post and Document Type | 31 Jan 2008 04:18 GMT | 4 |
I'm having a problem trying to figure out how to get a form post to return a PDF document using CF8. I can't seem to get CFDOCUMENT to deliver a PDF through the form. I have a form inside a CFDIV...
|
| Create .cfm pages on the fly | 31 Jan 2008 01:24 GMT | 3 |
I am sure this topic has been discussed, but I can't seem to find the write search term to find an article on this: I am trying to create CFM webpages on the fly. Instead of creating a template webpage that uses the URL to feed the dynamic info, I would like to create
|
| cfencoder and cf 7.0 | 31 Jan 2008 01:19 GMT | 4 |
I was wondering, does the cfencoder still work with coldfusion 7.0? Thanks.
|
| not getting session variables | 30 Jan 2008 17:33 GMT | 6 |
I must be missing something. I thought once you set the session variable in the in the application.cfc file and then used cfset on the main page to set the session variable to something it remained active till you logged out/ended the session/browser closed,etc. But mine aren't ...
|
| pdf to html | 30 Jan 2008 16:52 GMT | 2 |
I would like to know if it's possible with coldfusion 8 to convert a pdf file to an html file. I have made some test with : cfpdf and cfcontent, but I could find a solution Process :
|
| Problem using DECODE() function with a Query of Queries | 30 Jan 2008 15:46 GMT | 1 |
I http://molaro.wordpress.com/2008/01/28/using-plsql-functions-with-a-query-of-que ries/ about an issue I was having trying to use the PL/SQL DECODE() function with a Coldfusion Query of Queries. This function works fine when you query a
|
| Email addresses | 30 Jan 2008 14:11 GMT | 3 |
We have a feedback form which has been getting used by spammers and entering email addresses such as gfdhfgd@hjhgfdh.com. How can I check that the email entered into the form is a valid email address?
|
| Data Array | 30 Jan 2008 09:43 GMT | 1 |
Can some please help with this. I need to pass an array to a wsdl function. The type is an array of single byte elements in chunks of 300 KB or less. I was able to read the data (From XML file) and converted it to a 1 dimension data array. How can I determine what the size of ...
|
| encode a file | 30 Jan 2008 00:49 GMT | 1 |
I have to pass an XML file via URL and I need to encode the XML file which contains a HTML page. this is what i have but i'm getting errors.. <cfset xmlFile = "
|
| reading and parsing .eml email files to get the subject, from, to, etc | 29 Jan 2008 23:24 GMT | 2 |
Here's some java code that does exactly what I want to do. http://www.rgagnon.com/javadetails/java-0458.html However, I want to run this code in a .cfm file on my coldfusion server: I'm clueless how to put this java code into a cfscript tag with the right
|
| coldfusion schedule job/ | 29 Jan 2008 14:23 GMT | 4 |
I have CF CODE , verifying data and insert or update into the table. It will take probably 1 hour or more. Does coldfusion can handle that or will throw error message after certain time.I am taking about approx 10,000 records. Thanks
|
| read a pdf file | 29 Jan 2008 09:30 GMT | 2 |
After many test, I would like to know if it could be possible to read the content of a pdf file with coldfusion 8. Process : 1) we put the pdf file on a directory
|