| Thread | Last Post | Replies |
|
| Formatting a string? | 15 Jul 2008 21:21 GMT | 2 |
I'm trying to format a string for a query using cfscript. Instead of using &'s to concatenate a string, is there a method in CF that is similar to .NET's String.Format method or php's sprintf function? Thanks. Ryan
|
| cfgrid in cflayoutarea | 15 Jul 2008 20:18 GMT | 1 |
I have a simple cfgrid that works perfectly when I call the page directly. However, when I pull the page into a cflayout cflayoutarea the striperows don't show up and the selected row won't stay selected. I've tried binding to the cfc, to the url and taking it out of the cfc ...
|
| XML Parsing | 15 Jul 2008 16:58 GMT | 5 |
I am having no luck in Coldfusion in getting to the values of PID and ID in the following returned XML file. Any suggestions? <cfxml variable="test"> <diffgr:diffgram xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1"
|
| How do I use a ByteArray or MemoryStream from a .Net assembly | 15 Jul 2008 15:55 GMT | 1 |
We created an assembly that returns an Excel file as either a ByteArray or MemoryStream and need to be able have CF either save the file on the server hard drive or prompt the user to open or download the file from the browser. The assembly simply calls SQL Reporting Services. An ...
|
| cfdocument pdf creation creates parsing error | 15 Jul 2008 09:49 GMT | 4 |
Help! An error has started to pop up on our server every other week or so ever since the most recent Coldfusion service pack (ColdFusion 8 Update 1 (8.0.1)). The only way to fix it has been to restart the server.
|
| CFCALENDAR won't work outside of root/authentication | 15 Jul 2008 09:42 GMT | 1 |
Can anybody help me get cfcalendar working? If I run it in the root of the server it works, if I put it into a domain, it does not work. I guess there is a mapping issue?
|
| Publish ColdFusion Web Service with Complex Return Type | 15 Jul 2008 09:38 GMT | 3 |
I am working on a project to publish couple ColdFusion webservices. The cosumer of those webservices is a Java application. One of my webservice need return an object. Here are demo codes: The returned ojbect is AddressRespond
|
| PayPal PayFlow or Authrorize.NET (which is a better system for CF) | 14 Jul 2008 22:24 GMT | 1 |
I have been familiar with PayPal Payflow link and the customized version as well for a while now and my client has suggested through a reseller to use Authorize.NET. I have never used them but wanted to know if most out there have a preference. For this client I was just going ...
|
| Remove NULL character in XML by RegEx?? | 14 Jul 2008 19:07 GMT | 2 |
I have XML being returned that appears to have NULL characters in it. When I try to use XMLParse() I get the following error: An invalid XML character (Unicode: 0x0) was found in the element content of the document.
|
| CFLAYOUT TAB - CFLAYOUTAREA with CFSCRIPT | 14 Jul 2008 19:04 GMT | 1 |
The first and last TABS have the appropriate TEXT displaying. The three tabs in between show the TAB but the TEXT is gone. Very strange. Has anyone tried this and found a work around. We have not been able to find any technical reference regarding use of CFSCRIPT inside the ...
|
| can I write the content of a pdf-file in a coldfusion Variable? | 13 Jul 2008 08:41 GMT | 8 |
Hi, I have a question evaluating pdf-files. Is it possible to get a pdf-file into a Coldfusion variable to evaluate the content e.g. with a Regex, to extract some Information as a string to store
|
| CF Array and JavaScript | 12 Jul 2008 15:06 GMT | 22 |
Is it possible to manipulate arrays created in coldfusion with JavaScript? All I'm trying to do is update a count (array length) dynamically everytime something is added to the array. So I got the brilliant idea to add the data submitted using JS and do a dynamic count update ...
|
| Woes with SOAP - banging head against wall! | 12 Jul 2008 14:38 GMT | 4 |
Please help me. I'm going nuts. I've read everything I can on the net, including this form, and just cannot get this webservice to work. I'm trying to set up my CF Application to work with Chase Paymentech webservices. I've tried using the XML API they have and have had no luck ...
|
| Using JavaMail to parse .eml email files | 12 Jul 2008 02:51 GMT | 1 |
Has anyone tried this? Anyone have some code that attempts to parse emails and display the body of the email, for example? This looks fairly difficult and any code that I can reuse would be very helpful.
|
| Flex 3 / Cold Fusion wizard | 11 Jul 2008 22:55 GMT | 5 |
The cold fusion wizard in flex 3 isn't working properly. When I press the button 'Edit Master Page' nothing happens. The Query builder is suppose to open up when the button is pressed. Everything up to this point works properly. sammy
|