Re: process calculation from text
Okay, I figured it out. I needed to use evaluate(new_expr) not evaluate("new_expr"). It is working for me. I used a cftry/catch to get any field that couldn't be resolved. Thanks a lot!
View ArticleRe: Run CF10 Developer in Standard Edition mode
Kind of a nice idea for the 30-day trial version of CF-10 (which runs as Enterprise and then auto-degrades to Developer) could have a switch in it where it installs and runs as Standard (and then...
View ArticleHow to determine if security updates are installed on CF 9.02 enterprise...
Any assistance would be greatly appriciated, thanks in advance.
View ArticleRe: ColdFusion 5 on MS Server 2008 R2
Hi, ColdFusion 5 is not officially supported by Adobe any more. you can run ColdFusion 5 with Server 2008 R2, however, you may have compatibility issues. you can try running the Application pool for...
View ArticleRe: How to determine if security updates are installed on CF 9.02 enterprise...
Hi, Go to {ColdFusion-Home}/lib/updates (for Server installation) or {ColdFusion-Home}/WEB-INF/cfusion/lib/updates (for Multiserver and J2EE installations) directory. If hf902-00004.jar exists, that...
View ArticleMobile app with CF
I am trying to figure out how to build a mobile app using Jquery Mobile on the client side and Coldfusion and MySQL on the server side. It seems very difficult to find a basic example. Can someone...
View ArticleHow can I export a cfchart to powerpoint?
I've tried several things and have not had much success getting a CFCHART to show up in powerpoint. I'll start with my first basic approach and maybe I'm doing something obviously wrong:...
View ArticleRe: Query of Search Results
You can try to join the queries and get the result as one query. Using queries of query, you can display the result for each company. Your first query will return all the results. Second query will use...
View ArticleCall a function at specific intervals
Hi,I need to call a function or page at specific intervals. Or I need a ping a page at specific intervals, to keep the session alive. I found window.setInterval() works fine. Is there any such function...
View ArticleRe: cfreport
Hi,Not sure if this is correct, when i go through the documentation of CFREPORT. Looks like you need to give the extn as ".cfr" and not .xlsx when using report Builder. Please check it.
View ArticleCF 7 with Dreamweaver CS3
My setup is:- DW CS3CF MX 7Windows 7 workstationWindows 2003 development serverLocal area network I am having a problem with DW CS3. A site I have used for some weeks has suddenly started misbehaving....
View ArticleRe: Query of Search Results
I've recently been coming across "query of queries," but I'm unfamiliar with it. I will research it. Thank you so much.
View ArticleWow! Where *IS* the CF10 Update 9 Information?!
I understand Adobe is a big company, and the bigger you get, the more disorganized your website becomes. But I HATE using their website! Not only are searches prone to just spew out a myriad of...
View ArticleRe: Wow! Where *IS* the CF10 Update 9 Information?!
Hi, Thank you for your post. We apologize for the inconvenience caused. Here is the Tech Note http://helpx.adobe.com/coldfusion/kb/coldfusion-security-hotfix-apsb13 -10.html for ColdFusion Update 9....
View ArticleRe: Query of Search Results
Query of queries is a great tool to have. As I'm testing it, I've become stumped. How do I avoid having the query of query inside a loop to get the records to output for each company? Am I doing this...
View ArticleRe: Wow! Where *IS* the CF10 Update 9 Information?!
Thanks Anit, but it seems even that page doesn't have information on what Update 9 fixes. It has a link in the middle of the page that takes me to another page...
View ArticleRe: Run CF10 Developer in Standard Edition mode
I understand there are different drivers in the Enterprise Edition, but specifically are the Macromedia DataDirect Built-in Drivers the same in both Enterprise and Standard? I can test with the...
View ArticleRe: Run CF10 Developer in Standard Edition mode
Agreed! Thank you for your input. This is my limitation at the moment. How can a consumer determine which license to purchase without testing to be sure. Isn't that the point of a trial or developer...
View ArticleCFCHARTSERIES seriesLabel not showing on Chart
I am using CFCHART in CF10 to create a basic line graph that will have one or more series'(lines) displayed on it. Each line is a different color and I'd like to label each line so that the user knows...
View ArticleHow To Install J2EE app to ColdFusion's Tomcat Server
Our client has purchased IBM Analytics, that they want to run with the ColdFusion servers. IBM has given over the EAR files to deploy on Tomcat. But, ColdFusion uses a highly modified Tomcat. How would...
View Article