The error is not in the code but in the Db. You need to raise the Precision of the filetype column in your dmFile table. I have mine set at 18. That gives you 18 digits to the left and right of the decimal.
I think this was discussed a while back. Basically NUMERIC as a field type doesn't really fit all. I think we loosely agreed that a PRECISION attribute needs to be added to the CFPROPERTY to allow folks to change the set up of NUMERICs in more detail.
I'm thinking by dfault NUMERIC should be a BIGINT or something, which can be overwritten by a PRECISION setting if specified.
I've sent this to farcry issues list to at list record the intention.
-- geoff http://www.daemon.com.au/
--- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
