| Thread | Last Post | Replies |
|
| How do you pass XML as a URL param? | 31 Aug 2006 22:12 GMT | 4 |
How do you pass XML as a URL param? Thanks!
|
| SSL / CFChart (Flash) fix stopped working?? | 31 Aug 2006 18:09 GMT | 1 |
Ok, this is a weird one... A few months ago I built a simple page that generates a CFChart in Flash mode. This page is served over an SSL (https) connection. As I found out, I had to use the <cfset HoursWorkedGraph =
|
| Download Attachments | 31 Aug 2006 18:04 GMT | 2 |
I need users to download files(attachments) from my coldfusion server...Any idea ? thx
|
| Can CF display memory data from query? | 31 Aug 2006 16:27 GMT | 2 |
There is a query returned from SQL Server. It has a column which contains binary data. The binary data can be either PDF or MP3. I know how to decode the binary data and save them to a file and then display. My question is that without saving to a file, can CF directly display? ...
|
| Regular expression | 31 Aug 2006 08:47 GMT | 3 |
I am trying replace a word in a string an keep the preceding (mandatory) space or dot. For now i am using the following code: message = "This is some text i wish to replace. Also this should be replaced:
|
| Using JRUN Datasource from CF | 31 Aug 2006 04:39 GMT | 4 |
I am running CF 6.1 on top of JRUN4. I've also have some java code that is packaged in a jar and available for invocation from CF. I would like to use a JRUN datasource from that Java code. Is this possible?
|
| Alagad Captcha | 30 Aug 2006 21:25 GMT | 2 |
I've been using Alagad Captcha on a number of pages to keep spam robots off guestbooks, forums and other features. I've been very pleased with it, but I'm having one problem. I have it set up to create the captcha image file and display it using
|
| SOT XSLT Content is not allowed in prolog. | 30 Aug 2006 20:04 GMT | 1 |
Can anybody point out where I have content in a prolog? <cfsavecontent variable="articleXSL"> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
|
| CF Mortgage Calcs? ? NEED APR | 30 Aug 2006 17:50 GMT | 2 |
I am almost done with a very customized mortgage calculator in CF ( actually more of a 'mortgage quote' script) but I also need some decent 'canned' calcs, for basic monthly payment, amortization, etc. The other missing piece of my puzzle is the ever-elusive APR formula. I know ...
|
| Help! CFHTTP | 30 Aug 2006 17:31 GMT | 4 |
I am in the midst of migrating from BlueDragon to ColdFusion, and I ran across a problem connecting to a remote site via CFHTTP. I am posting XML to the remote site using formfield CFHTTPPARAMs. The code works in BlueDragon, and it works if I connect using http rather than https ...
|
| Handling empty values in tab delimited file. | 30 Aug 2006 16:48 GMT | 1 |
Developers, In regards to the same question asked by rowbeast here: http://www.experts-exchange.com/Web/WebDevSoftware/ColdFusion/Q_21742253.html?qi d=21742253 , the accepted answer states to use the ListFix function from:
|
| SQL Help | 30 Aug 2006 16:33 GMT | 3 |
I need help with a SQL statement. What I would like to do in a single query is count the records in one table and grab a number from another. I attempted to write this: SELECT Count(p.project_id) AS Total, m.projects
|
| Dynamic database Structures | 30 Aug 2006 16:33 GMT | 2 |
Hi, Im trying to set up a site so the admin user can list the contents of any database using one template, and an argument (code) being passed in the URL string. So far all is working fine. It gets the structures table ID and field infor
|
| join/from/where/ combine queries | 30 Aug 2006 16:32 GMT | 7 |
Hello I have this query in my cf program First query SELECT TLA_PROP.PIN, TLA_PROP.ASSR_PRCL_NBR, TCASE.CASE_NBR, TLA_PROP.STR_NBR, TLA_PROP.STR_NBR_RNG_END, TLA_PROP.STR_FRAC_NBR,
|
| Regular Expression - Parse CSV | 30 Aug 2006 15:59 GMT | 2 |
"Q-Accept, Other Employment" I need to remove the "," from the above string. The CSV File I have includes commas inside quotetaion marks, I need to remove the comma and leave the string intact. Any help with te rereplace format would help
|