> I have a custom data type where one piece of information > needs to be saved with decimal points. I specified the > 'type' as numeric, but the information does not get saved > as a decimal. Is there a way to make this happen?
[Version of FarCry = 4.0 Beta 2] I worked with Scott offline and helped him out. But in case anyone is interested the fix was (FarCry 4.0 only feature) to first redeploy the type (it wasnt set to (10,2) for some reason) and to add the metadata ftIncludeDecimal="true". --- Jeff Coughlin Web Application Developer http://www.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 -~----------~----~----~----~------~----~------~--~---
