Re: jqGrid Server side
Thanks amillion for the information and help,Does it consider a bug of ColdFsuion JSON serializer?I visit the web site, but I could not find the document for this JSONUtil.Can you please advise where...
View ArticleRe: jqGrid Server side
I would consider it a bug. But it's been part of CF for so long that it'll probably break a lot of work arounds if they ever fix it.
View ArticleRe: jqGrid Server side
The main page has a couple of paragraphs of instructions. Use CreateObject() to instantiate the CFC into a variable (you might even want to instantiate it in your Application.cfm/.cfc and store it in...
View ArticleRe: jqGrid Server side
Thanks for the message and help,they are cfc file.How can I use it, any user document for this or I just have the file in my components folder and calling from my cfc cffunction? Thanksa gain for...
View ArticleRe: jqGrid Server side
You can instantiate an object for the JSONUtil.cfc anywhere in your code that you want. I usually instantiate it in my Application.cfc onApplicationStart() method and store it as application.JSONUtil...
View ArticleRe: jqGrid Server side
Thanks for the information and help,I have the component created in application.cfc, but should I pass the string or the query to the function <cfoutput application.JSONUtil.serializeJSON(MyQuery,...
View ArticleLicense not working - only Developer showing
On all of our Coldfusion installs, I don't know since when, the admin panels are showing the installed version as being Developer - even though I'm for sure using 100% valid CF Standard keys. I've been...
View ArticleNumber of charts
Hi Folks, Anyone know what number of graphics available in the cfgraph tag? Where I can find more information about this? [ ]'sFabiano Magno Pechibella
View ArticleRe: License not working - only Developer showing
Have been on the phone to Adobe tech support on hold for an hour by the way... Anyone have any ideas?
View ArticleRe: Encode and decode password
I don't think you want to urlencode the entire path, only the variable values of username and password. Security wise, you might want to put a little more thought into alternatives. Two issues that...
View ArticleCFFILEUPLOAD - files are uploaded, but progress bar shows error.
I am trying to get cffileupload set up on CF10. When I upload a file, I can confirm the file goes to where I specified, but the individual progress bar shows red and says "Error" (no code). The overall...
View ArticleRe: CFFILEUPLOAD - files are uploaded, but progress bar shows error.
I bet there is a log entry for this issue. What does it say?
View ArticleLog the SQL parameters used by ORM
Hi Everyone, I have read Rupesh's blog post;http://www.rupeshk.org/blog/index.php/2009/07/coldfusion-orm-how-to-lo g-sql/ and have appropriately changed the log4j setting ### Also log the parameter...
View ArticleRe: Orm get only the id from child object
The obvious answer would be;If all you want is the ID, just use normal SQL.I realise you're trying to learn ORM - But you don't have to use ORM, even in a fully OOP application - if it doesn;t make...
View ArticleCF Update 11
I just downloaded and installed Coldfusion 10 (developer edition) Version: 10,0,0,283922. The most resent update, update 11, is dated July 19, 2013. Has this update already been applied?
View ArticleWhat is the duration till Adobe will support ColdFusion 9.0?
Hi All, We are migrating an application from 6.1MX to CF 9.0. Before I do this I wanted to know till what time the Adobe will support ColdFusion 9.0. I mean the duration for which ColdFusion 9.0 will...
View ArticleRe: What is the duration till Adobe will support ColdFusion 9.0?
https://www.adobe.com/support/products/enterprise/eol/eol_matrix.html# 63 You really ought to migrate to 10, not 9. Also saying "Please let me know the required information a.s.a.p." just makes you...
View Article