How to translate <cferror type=\"EXCEPTION\" template=\"ErrorTemplate.cfm\"> to an onError() function for Application.cfc?Notice that cferror create a var error struct for the template.Is the
I\'ve got a Coldfusion component, with a method in it called getColumnNames This just queries a MySQL table, and returns the columnlist:
does anybody know how to disable print/save pdf file? i\'m making an application that enable user to view pdf file in开发者_开发知识库 an iframe. but i\'ve just been ordered to make it to be as \'view
I wanted to use count() function i开发者_开发知识库n ColdFusion Query object. Here is my code and test:
i want to order the second joined table according to price, to exaplain it more clear i will add a screenshot: http://s42.radikal.ru/i098/1108/87/66f19d915bbc.jpg the second table displays the prices:
I am getting this error in my logs and I really do not know how to solve it. \"Conversion failed when converting the nvarchar value \'quiz.jpg\' to data type int.\"
This is repeatable and may be a bug. For this example I have three tables: Payment paymentID date paymentType
I am using jQuery 1.6.2 and ColdFusion 9. When a page is requested, many files are included. Several files contain the jQuery document ready method.I want to set some global variables that I can use
I have Flex app which uses a ColdFusion middle layer with a SQL back end. Our SQL administrator has been asked to log my apps usage on the Database but when he runs profiler the App Name is blank.
If I create a layout in CF9 using cflayout as below: <cfajaximport tags=\"cfform\"> <cflayout type=\"border\" name=\"example\">