| Thread | Last Post | Replies |
|
| cfqueryparam and trim causing ' to double to '' | 31 May 2006 22:47 GMT | 6 |
Has any one else seen this problem with CFMX (6,1,0,63958). I have some queries running on a site with the version of CF listed above where we had trim() statements around a form field which was then used as a value for a cfqueryparam tag in an update query, and the ' were ...
|
| How to know which collection the results is pulled from? | 31 May 2006 20:15 GMT | 1 |
I am using CFMX7 verity search. I use cfsearch to search two collections: <cfsearch name="verity" collection="verityTest1,verityTest2" criteria="#trim(form.keywords)#" type="internet"> Is there a way to tell what collection the results are coming from? I'd like
|
| Simple XML (XPATH) 'nested loop' possible? | 31 May 2006 16:54 GMT | 2 |
What's the best way to output the entries of an XML file with the following structure as a nested list (actually it needs to become a form where all entries can be checked). I can output each level (see code) but it seems not to be possible to nest the
|
| Return querystring from Payment Processor | 31 May 2006 16:34 GMT | 9 |
Hi, I'm struggling with something that doesn't make any senses. Hopefully, someone has seen something similar before. I'm decoding a return value from a payment processor (Protx). The value is returned as an encoded value in a querystring. Here's a sample (I've
|
| Having trouble binding CFTREE to CFGRID | 31 May 2006 15:54 GMT | 1 |
I have a CFTREE and CFGRID, both format=flash that I'm using to create an inventory application for the purchased equipment that we have at my agency. I populate both the tree and grid from an SQL database table. The tree consists of 4 branches: Tree1->BuildingID->Room ...
|
| Issue installing CF7 on server with Crystal...?? | 31 May 2006 14:24 GMT | 5 |
I currently have Cold Fusion 5 and Crystal 10 installed on my server. I am in need of upgrading to Cold Fusion 7 ASAP, but I am a bit concerned that our Crystal reports may not work after upgrading to CF7. Does anyone have experience upgrading to CF7 while having Crystal Report ...
|
| CFMAIL problem with hotmail accounts | 30 May 2006 22:49 GMT | 5 |
I have the following code that should email users who signup for a e-newsletter the opportunity to confirm their subscription: <cfmail to="#form.Email#" from="admin@test.com" server="mail.test" subject="Serenity Confirmation" charset="iso-8859-1" mailerid="Serenity"
|
| send vars to fdf --> pdf | 30 May 2006 21:59 GMT | 2 |
How do I send vars to a PDF file i built using Adobe Designer 7? I had a great CF script i would use to send to my old Pdf files building an fdf file but that doesnt seem to work with these designer 7 publications. Is it because its all XML?
|
| update based on ordered data | 30 May 2006 20:12 GMT | 1 |
I need to update a field in the database based on an ordered query. The problem I am having is that the updated field (targetvalue) is not updating the right record in the database. I need the targetvalue to insert into the database so that the highest targetvalue is with the ...
|
| CFFILE Help.. | 30 May 2006 19:01 GMT | 3 |
I'm trying to upload a file, and I have on my web host Read, and Write permision on the folder where I want the uploaded file to go, but I'm getting this error msg. The following is the internal exception message: access denied
|
| using CFCs statically without cfinvoke | 30 May 2006 18:38 GMT | 4 |
We have a set of CFCs that we use as an application API. Currently, the way I use them is by instantiating them in the application scope and then creating aliases (for shortened syntax) like this: <cfobject name="Application.Company" component="components.company">
|
| FTP & SCP | 30 May 2006 17:47 GMT | 1 |
I've used FTP from CF in the past to upload files to a server, i am now trying to post files to a remote host using SCP protocols, is this somthing that can be done from ColdFusion? Thanks,
|
| Need Assistance | 30 May 2006 17:35 GMT | 4 |
Hello, anyone knows how to capture a cfxml object in javascript to be able to play with it on the client side? thank you
|
| CrLf &CFML | 30 May 2006 17:08 GMT | 12 |
I have this code and it outputs these values of data that i have to a text file all in one long line.....I wanted to know where do i put the CrLF in Coldfusion to begin a new line....or what string values should i pass the REReplaceNoCase()???? I just want to begin a new line ...
|
| CFCHART and currentRow | 30 May 2006 16:53 GMT | 5 |
I am referencing a query for CFCHART. On the URL parameter, I need to pass the currentRow within the URL for that series. Here's an example: <cfchart title="MyTitle" chartwidth="#graphWidth#" url="xyz.cfm?action=drillDownDeeper&label=#myQuery.CurrentRow#"
|