Is it possible to reference a .NET assembly from ColdFusion?If so, how can I accomplish this?I am not a ColdFusion developer by 开发者_StackOverflow社区any means.You can call .net Assemblies directly
Pretty much all of the ColdFusion language has been made available i开发者_如何学JAVAn some form using the cfscript syntax in ColdFusion 9.One item that I have not be able to find, though, is whether
How would I create an array that will return data in the following format via CF 8? This information originates from an order table based on SKU value and QTY. I already know the query to use to pul
Can someone please tell me the s开发者_运维知识库tep that I should take to integrate google docs in .cfm page. It is a multi-user web application with single log-in , one username n password.
I really liked the cfquery in coldfusion and I\'m wondering if anyone has attempted to write something like it for asp.net/C#. Or, does anyone know how they do it in cf with Java? I\'d like an interfa
I develop coldFusion applications on my laptop with it\'s own ColdFusion 8 server with IIS which run on Windows Vista. I am having a rather annoying problem.
I\'ve inherited a little code that uses this custom tag: <cf_payflowpro query=\"RESULT\" hostaddress=\"pilot-payflowpro.paypal.com\"
WHen I insert a Image into a existing PDF whis CFPDF or directely whis iText, the size of my image is increased by 1.5.
What would be the correct way to stop the white space that ColdFusion out开发者_如何学Goputs? I know there is cfcontent and cfsetting enableCFoutputOnly. What is the correct way to do that?In additio
Wh开发者_JS百科en do I use an \"OR\" vs a || in a ColdFusion cfif statement?Double pipe (as well as double ampersand) are supported in ColdFusion since CF8. Since learning that, I always use double pi