Re: Numbers to Words

2011-09-07 Thread Robert Bell
Craig Dudley wrote: I'm sure I've seen a CFC or UDF before that translates numbers into words, eg; we used to have a c++ cfx tag for that but quite a while ago we switched to using icu4j's RuleBasedNumberFormat (since we use it for so much else). besides spellout it also gives you duration

CF8 Component/Cfinvoke performance

2010-06-09 Thread Robert Bell
Hello all, I am having an issue where I have created a Book CFC that is taking way too long to cfinvoke. I had to convert it to a cffunction to get the permformance I needed. The cfc lived in the directory of the template path being used for the cfinvoke, so I assumed that was a relatively

Re: CF8 Component/Cfinvoke performance

2010-06-09 Thread Robert Bell
I am doing: cfinvoke compenent =Book method=init returnvariable=my_book cfinvokearguemnt /cfinvoke Thanks, I will try that, and see if it works better. Did you use something like cfinvoke component=foo method=goo returnVariable=result /cfinvoke ? If so, then you are recreating the

Re: Working out yes/no possibilities

2009-11-24 Thread Robert Bell
Ahh, me knee-jerk reactions is that he is looking for cheating patterns ?? May I ask why on earth you are doing this? :) Thanks for this Brad, I'll give it a shot. As to the why, my boss wants us to generate every possible answer in the questionnaire for testing purposes - I know that makes

Re: CFCHART Question: Multiple bar colors with Single Series Chart

2009-11-03 Thread Robert Bell
Not sure if I am reading your post correct, but this makes multiple bar colors on a bar chart for me ? cfchart yAxisTitle=Project Count xAxisTitle=Projects by Status cfchartseries colorlist=black,olive,green,red,blue,yellow,purple type=bar query=count_status valueColumn=status_count

CF8 = button = javascript/cfwindow = occasional = Error retrieving markup for element

2009-10-14 Thread Robert Bell
Hi, I am having some problems with windows/xp boxes running IE7 with one of the cfm pages I created. I am kinda at a loss to why it is happening, because on my test machines it works flawlessly. Any ideas on why we could the error below would be appreciated. The page uses a cfform with a

Re: CF8 = button = javascript/cfwindow = occasional = Error retrieving markup for element

2009-10-14 Thread Robert Bell
# (2 instances) Is this what you're trying to do: #evaluate(oi_window + 108)# assuming oi_window is numeric? I think that might affect retrieving the markup. -- Mark Atkinson AOCS Web | www.aocs.org 217-693-4839 Robert Bell wrote

Re: CF8 = button = javascript/cfwindow = occasional = Error retrieving markup for element

2009-10-14 Thread Robert Bell
Ok, I got the AJAX Debugger to show me this, but it still makes no sense to me. I change the cfwindow to a static name: img_window, and started using coldfusion.navigate instead of coldfusion.window.unhide to show/unshow it, since I thought colfdusion.navigate would reload the cfcode, and

Re: CF8 = button = javascript/cfwindow = occasional = Error retrieving markup for element

2009-10-14 Thread Robert Bell
Problem SOLVED. Seems by using the full path to the url, some browsers were having problems, so I just used the cfimage.cfm relative path, and everything works on all browser permutations just dandy. Guess this was viewed as a cross-domain scripting attack somewhere down the

Re: CF8 = button = javascript/cfwindow = occasional = Error retrieving markup for element

2009-10-14 Thread Robert Bell
to contemplate the CF8 Cum. Hot Fix 3 potential cfimage issues. :) Thanks for sharing. It's these little idiosyncratic tidbits that make this job so interesting and frustrating all at once. -- Mark Atkinson AOCS Web | www.aocs.org 217-693-4839 Robert Bell wrote: Problem SOLVED. Seems

cfwindow updating by multiple .cfm's

2008-11-21 Thread Robert Bell
Hi all, I would like to create a page or cfwindow that I can use as sort of a debug/display that any .cfm file could write output to. I envision something basic like a set of function to create, update, clear, and tear down the window. Any ideas (other than full blow ide's) would

Re: Loop over field names

2008-07-16 Thread Robert Bell
When submitted, the FORM scope will contain these form fields. CF can access them using the CFLOOP COLLECTION attribute. m!ke cfoutput cfloop collection=#FORM# item=blah #blah# = #FORM[blah]# br /cfloop /cfoutput ~|

Re: CFLOOP - why are there duplicates?

2008-06-26 Thread Robert Bell
I assume the insert is going directly into a table and not into a query? [mailto:[EMAIL PROTECTED] Sent: 19 June 2008 20:35 To: CF-Talk Subject: Re: CFLOOP - why are there duplicates? Thanks. I thought I was going crazy. Not a cflocation somewhere else is there ? Is the page definitely only

CF8 cftextarea richtext is stealing form focus, and being referred to by the form

2008-06-25 Thread Robert Bell
Hello, I am having an issue where a cftextarea field on a cfform is stealing form focus without explicity being told to focus on it. If I switch out of richtext mode it works fine. I have tried setting focus on another field, but I think because of the fckeditor startup delay, without doing

Re: CF8 cftextarea richtext is stealing form focus, and being referred to by the form

2008-06-25 Thread Robert Bell
In addition, FCKConfig.StartupFocus= false; in fckconfig.js ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j