| Thread | Last Post | Replies |
|
| Attributecollection feature doesn't work properly in cfinput tag. | 23 Nov 2007 09:42 GMT | 1 |
Attributecollection feature doesn't work properly in cfinput tag. Id specified is not used but name property instead. Steps to reproduce bug: 1. Use code:
|
| Please suggest | 23 Nov 2007 09:20 GMT | 2 |
I am working in linux platform with CF8. I made a .sh file with some FTP commands. i want to execute it and read the output of this execution. I am using CFEXECUTE tag in which i have written command as
|
| query 2 table and output results | 22 Nov 2007 12:33 GMT | 2 |
Good day, I need to search a "client" table usign query based on a second "display" table that containd 3 rows "3 values" So based on my display table that contained only 3 rows that match ID on my
|
| How Can I Combine the Output from Two CFSEARCH tags | 22 Nov 2007 04:21 GMT | 13 |
I am trying to query a verity collection TWICE using CFSEARCH then combine the results. The first CFSEARCH instance would search the collection by treating the entered keywords as a phrase (example: "Digital Photo Printer") - the 2nd
|
| Problem with multiple select statements | 21 Nov 2007 21:49 GMT | 1 |
I have a stored procedure where I am creating a table variable and then doing an insert and the problem I am having is seperating my select statements that I using to insert in the table variable. I have tried wrapping each select statement in parentheses and seperating them ...
|
| Web Services 101 | 21 Nov 2007 17:02 GMT | 4 |
So I was looking around the ColdFusion Administrator and noticed the Web Services section. Does anyone have a link or a "how to" on how to use this section to register a WSDL and access it with coldfusion?
|
| ColdFusion.navigate submitting CFFORM | 21 Nov 2007 16:07 GMT | 1 |
ColdFusion.navigate is supposed to submit a form to a specified ajax target (such as cfdiv or cfwindow). The Coldfusion.navigate function in the code example works if removing the form name and the 'POST' but it returns a javascript error "unhandled
|
| CFImage | 21 Nov 2007 05:59 GMT | 2 |
I need to create a module for user to upload an image file into our coldfusion server. But I need the image to be resized before it's saved/uploaded into our server. Is it possible for user to pick the file (using <input type="file">) and let
|
| ImageResize | 21 Nov 2007 05:57 GMT | 4 |
Let's say I have 2 processes: 1. Upload an image using <input type="file"> 2. Resize the image using ImageResize My questions are:
|
| CFHTTP vs site certificates | 20 Nov 2007 22:22 GMT | 2 |
I am trying to 'fix' a recently working script which used cfhttp to log into a secure form and then download some text files. Recently the system worked until the site renewed its SSL certificate. The certificate appears to be only for port 443 (default ssl port) however the ...
|
| strip path | 20 Nov 2007 21:55 GMT | 1 |
I have a cfm page and in one of my links I reload the page like this. <a href="#currentpage#?request=#customers.id#"> Base on this I check if request exist and perform some queries, but after I do that I want to take the request value out before I display the page
|
| Parsing results of cfhttp | 20 Nov 2007 20:56 GMT | 2 |
How can I take part of the results of the cfhttp.filecontent and display it? RESULT=24&PNREF=V19N0CB3F7E7&RESPMSG=Invalid expiration date: I want to take just the RESPMSG and use it as a conditional in a cfc block and use it in a display.
|
| backreference with ReReplace | 20 Nov 2007 18:18 GMT | 2 |
I'm hung up on something I thought would be fairly simple. I want to add a zero to the end of a string of digits using ReReplace. But the zero needs to be escaped as otherwise CF interprets it as part of the backreference. To boil it down to the bare bones (actually part of ...
|
| search by date | 20 Nov 2007 16:32 GMT | 1 |
Hope all had a good weekend, for me the silly season has well and truely taken hold :S Got a verity index that brings back custom1 as the document date (modified) in cfMX 6.1. First the page does a cf search on the collection then creates a sql
|
| Authenticating with ADsDSOObject | 20 Nov 2007 15:37 GMT | 1 |
Our University has changed authentication from DCE com object to the Microsoft ADsDSOObject. I've seen alot of ASP examples, but I was wondering if anyone has any experience with this in ColdFusion or has an example on how to call it in CF? Thanks.
|