Re: CF 10 Deleted Scheduled Tasks keep reappearing on scheduler
You need to rectify that this issue is related to specific schedule task/tasks or with all schedule tasks. Like if you create a new schedule task, a simple one, say display output or send e-mail,...
View ArticleRe: CF10 Enterprise License/Dev problem
I see where some have been asked to PM their license info but i see no outcome, If there is a fix for this or a workaround it would be greatly appreciated if it was shared. We are also undergoing the...
View ArticleRe: CF10 Enterprise License/Dev problem
Hello global_webit, Can you send me your license key in pm, so that I can decode the same. Regards,Anit Kumar
View ArticleRe: cfquery and cachedwithin yields variable undefined
Trusted cache is off... Cache template in request is on, but I don't see how either of those options would affect a query though because we are talking about queries here, not pages (or am I wrong)?...
View ArticleRe: Need to get totals from certain rows.
I did not test it. It might be like this: <cfset prev_name = "" /> <cfoutput> <tr> <td...
View ArticleRe: Need to get totals from certain rows.
<cfoutput query="by_year" group="proj_year"> <h2>#proj_year#</h2> <table class="datatable pc100"> <tr>...
View ArticleRe: CF10 Update 11 error log problem
Hi Anjaneai, CF10 with update 11 applied continue to have stability problems. If I role CF10 back to update 10 the stability and performance returns to normal. When CF10 update 11 problems occur these...
View ArticleRe: CF_TwoSelectsRelated Default Value
Thank you for the tip. I commented out this line rather than attributes.field1: <CFIF Attributes.EmptyText1 is ""> I also used emptytext1 rather than default1.
View ArticleRe: how to color the tabs of ? Because i am getting an error in java script...
thanks for reply akbar... See my basic problem is i am getting an error of undefined method getTab();in javascriptin following code: var colorTab = function(tab, tabName, color){ // get the...
View ArticleRe: Session is not ending with StructClear function
Thanks for this detailed explanation. I understood. Could you please help me what all the steps should I taken for care while implementing a login and logout system in Coldfusion.
View ArticleRe: Need to get totals from certain rows.
That works, but it has the same problem that my attempt had. It puts the total for the state after the first occurence of the next state. i.e. CaliforniaRoute 88: Alpine...
View ArticleUpgrade ColdFusion MX 6.1 to 10
Hi Everyone, I have ColdFusion Mx 6.1 server installed. I want to migrate the server to ColdFusion 10. Is it possible to migrate/upgrade from 6.1MX to 10? If possible, please suggest with the steps...
View ArticleRe: Need to get totals from certain rows.
Actually, I just noticed that it misses the final total at the end of the table. Fiddling with that now. EDIT: Got the last one to show up, but it's at the beginning of the table for the next year....
View ArticleWould any of you ColdFusion Jnr/Mid developers like a job in the stunning...
Please follow the link below for the job details. http://jobs.epsys.co.uk/
View ArticleColdFusion closures
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Developing/WSf23b27ebc7b55 4b664dd90601357fb06a77-7ffc.html
View ArticleRe: ColdFusion closures
I was practicing the OASAS E-learning HUB, when I reached the last pages an error had occurred and it describes cold confusion that is all confusing to me . How to resolve the error and return to next...
View ArticleRe: ColdFusion 10, IIS 7.5, and custom 404 page
@vishu#13, I did what you suggested. Same thing. The CGI.query_string returns 404;http://my.dev.server.com:80/jakarta/isapi_redirect.dll
View ArticleRe: ColdFusion closures
Hello Kojitia, Thank you for your post. Can you share a brief description about your environment, error message and the workflow. Regards,Anit Kumar
View ArticleRe: Need to get totals from certain rows.
I ended up going a different route altogether. This one not only gives me the state totals, it gives me annual totals. <cfoutput query="by_year" group="proj_year">...
View ArticleRe: CF_TwoSelectsRelated Default Value
You are welcome Balddog4 that you followed the suggestion that I provided to you (field1 was just an example) and it worked for you. Thank you for marking this post as correct as it would definitely be...
View Article