Mike, I might need some more explanation, as I think I am missing something. I have a lot of textInputs that format on focus out. Is your concern that the data in the field is now 'formatted' so it will be useless for sending back to some server.
Let me know and I will be glad to help more, Mike --- In [email protected], "Mike Anderson" <[EMAIL PROTECTED]> wrote: > > Hello All, > > In all the examples I've seen for the CurrencyFormatter when it comes to > using a TextInput for displaying the data, it requires TWO TextInputs - > one that contains the value to be formatted, and one that displays the > finally formatted data. > > Isn't there a way, where the same TextInput can be used twice? The > holder of the data, and the displayer of the formatted data? Or is this > simply not possible? > > Or is my best bet (since 2 controls would look stupid), to declare a > Variable that acts as the Value Holder (as well as the item being bound > to my DataSet), and then the actual TextInput strictly for displaying to > the user, the CurrencyFormatted value? > > As far as I can tell, this is THE way to do it - but I just wanted to > throw this question out there. > > Any comments regarding this, would be greatly appreciated! > > Thanks, > > Mike > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

