On Apr 16, 2009, at 9:13 AM, Marco van den Oever wrote: > I want to set a cfproperty for a price field, so using type=numeric. > I saw this: http://docs.farcrycms.org/display/FCDEV40/numeric. > > Still my question is how can i set the precision of the numeric field > in the cfproperty? > When i don't change that manually my prices getting round up. > > Can i set it in cfproperty?
The ORM in FarCry doesn't currently allow setting property values on DB fields like precision or value length. You can manually change these settings once the ORM has created the field for the first time. This feature request has been discussed before and would be a great addition. If interested, please post a feature request in the bug tracker (http://bugs.farcrycms.org). Come back here with the link and ask others to vote for it in the bug tracker (I know I will). Regards, -- Jeff Coughlin Web Application Developer http://jeffcoughlin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
