| Thread | Last Post | Replies |
|
| Create dynamic links. | 21 Mar 2008 19:08 GMT | 1 |
In a left nav column, I have several links: <cfmenu name="nav" type="vertical" bgcolor="white" fontcolor="black"> <cfmenuitem display="page1" href="javaScript:ColdFusion.navigate('page1.cfm','myDiv')">
|
| ColdFusion Crashing Due To "replace" Code | 21 Mar 2008 19:02 GMT | 3 |
I've used this code before, in fact it originated from a ColdFusion forums application from way back in the day that was succesfully deployed, so I'm not sure what's going on here. Basically I have an application that supports BBCode (such as [B] and [/B] that is replaced with ...
|
| trying to secure code from sql injection | 21 Mar 2008 17:50 GMT | 9 |
ok so someone is able to add tables into my database. I know i have a whole. I have been correcting all data updates and inserts example <cfqueryparam CFSQLType = "CF_SQL_VARCHAR" value="#chars#"> <cfqueryparam value="#numbs#">
|
| CFFTP GetFile Error 550 | 21 Mar 2008 12:48 GMT | 2 |
Okay, so we're trying to use the CFFTP tag to get a file from a secure, remote FTP server, and copy it onto a directory in our webserver using this code: <cfftp action="getFile"
|
| HTML to Word or PDF to Word | 21 Mar 2008 06:57 GMT | 2 |
Are there any components out there that will allow us to get HTML content into Word format? Or, since we can generate PDF easily, PDF to Word format? Thanks Paul
|
| input box in cf that intakes $ amount and accomodates commas | 21 Mar 2008 02:49 GMT | 2 |
The application that I took over crashes when inserting a comma in a input box.
|
| cfgrid - agravating | 21 Mar 2008 02:45 GMT | 1 |
This code works with the query on the form. If I bind to a cfc, it does not work. I just get and empty grid with a sdpinning icon <cfquery name="Qgrid" datasource="#request.dsn#" dbtype="ODBC" maxrows="10">
|
| CFMX 8 - Scheduled tasks timing out | 20 Mar 2008 23:06 GMT | 3 |
I just migrate from CFMX 6.1 tyo CFMX 8 and I have a problem with a scheduled task already existing. It's not that big of a task and but page is always timing out. I tried to re-create it but it still happens. I tried to put a RequestTimeOut in the link like this
|
| query withing query loop | 20 Mar 2008 20:55 GMT | 1 |
This is the situation that I have <query1> <cfloop query1> <query2>
|
| Using java objects in coldfusion | 20 Mar 2008 20:46 GMT | 13 |
I have a java object, that needs to be used in a cfm page. The java object itself references classes from an external jar file. I've copied the java object class, and the external jar files in the web-inf/lib directory of coldfusion.
|
| redirect after using cfheader/cfcontent | 20 Mar 2008 18:54 GMT | 1 |
I have a file that a user is prompted to download using <cfheader name="content-disposition" value="attachment; filename=ProPlannerRevenueTemplate.xls" />
|
| Dynamic CFQuery in CF 7 | 20 Mar 2008 17:11 GMT | 1 |
I am currently calling a function in a CFC file that returns an array which is then used to populate a drop down list. I need to do this several times and I need to query different tables and call different columns so I though about passing in a custom structure from my cfm
|
| Unable to consume Web Service | 20 Mar 2008 15:39 GMT | 1 |
I've encountered a serious problem lately which is related to Web Services in Coldfusion. I was trying to connect to Akamai service through the webservice: https://ccuapi.akamai.com/ccuapi-axis.wsdl
|
| Parse text and hyperlink | 19 Mar 2008 22:12 GMT | 9 |
I posted this previously but did not find a solution. I have found REGEX in the past that might do it, but can't find the links to them anymore, one was on houseoffusion.com but I just can't locate it. What I want to do is take some text from a query and then parse it for any
|
| how can i trim at the last occurance of a character? | 19 Mar 2008 22:03 GMT | 4 |
Let's say I've got a set of strings being drawn from a database that look like this: "<p>[B]This is a test<stro" (NEEDS TRIMMING) "<p>This is a test 2</p><br />Hi." (GOOD)
|