Re: cfForm binding text field, visible to checkbox

2008-04-19 Thread Paul Ihrig
ok... i can bind from the cftextarea... but why cant i Len the chars? Characters remaining ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;1

Re: cfForm binding text field, visible to checkbox

2008-04-04 Thread Sonny Savage
Hello Paul, turns out that ActionScript has a Number() function which does what you needed. I've never used flash forms before, so this may seem like a silly question, but when I display this form the first two fields are empty rather than having the value of zero. Why is that?

Re: cfForm binding text field, visible to checkbox

2008-04-04 Thread Paul Ihrig
NM. just put in default value to 0 that fixed it... sw33t! ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: htt

Re: cfForm binding text field, visible to checkbox

2008-04-04 Thread Paul Ihrig
Sonny! You rock man thank you now 1 more questions Q1: how do i IF it out so i dont get NAN if nothing is enterd or if only 2 fileds are enterd? Side note: you also solved my problem to count the number of check boxes checked. as a bind in a text field.

Re: cfForm binding text field, visible to checkbox

2008-04-04 Thread Sonny Savage
OK, it was an issue of value typing. This works: I don't know ActionScript very well, so there may be a better way of casting the values. The total field with show 'NaN' if the other fields are empty or not numeric. On Fri, Apr 4, 2008 at 1:47 PM, Paul Ihrig <[EMAIL PROTECTED]>

Re: cfForm binding text field, visible to checkbox

2008-04-04 Thread Paul Ihrig
i tried that too man.. On Fri, Apr 4, 2008 at 1:44 PM, Sonny Savage <[EMAIL PROTECTED]> wrote: > Just a guess... > > {ul3R_SSsp.text + ul4_SSsp.text + ul3r4x_SSsp.text + q4_0_SSsp.text} > > > > On Fri, Apr 4, 2008 at 1:37 PM, Paul Ihrig <[EMAIL PROTECTED]> wrote: > > > sweet > > > >

Re: cfForm binding text field, visible to checkbox

2008-04-04 Thread Sonny Savage
Just a guess... {ul3R_SSsp.text + ul4_SSsp.text + ul3r4x_SSsp.text + q4_0_SSsp.text} On Fri, Apr 4, 2008 at 1:37 PM, Paul Ihrig <[EMAIL PROTECTED]> wrote: > sweet > > visible="{vm_O.selected}"/> > > from: http://www.asfusion.com/blog/entry/binding-checkboxes-in-flash-forms > > now... > h

Re: cfForm binding text field, visible to checkbox

2008-04-04 Thread Paul Ihrig
sweet from: http://www.asfusion.com/blog/entry/binding-checkboxes-in-flash-forms now... how do i calculate results of text field on the fly? /> that just puts + between returned results.. like 3+2+5+1 not 11 i have tried ++ '++' ~~

Re: cfForm binding text field, visible to checkbox

2008-04-04 Thread Paul Ihrig
have also tried ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/

cfForm binding text field, visible to checkbox

2008-04-04 Thread Paul Ihrig
i am trying to bind a text fields viability to a checkbox. based on if it is checked or not... dosnt work... thanks -paul ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Tria