> One thing I have not been able to do is add a decimal/float data type > when creating custom types or extending a core type, I need to add a > currency field.
Just use type="numeric" For MSSQL, Fourq will user the MSSQL Numeric data type. Numeric is functionally equivalent to Decimal in MSSQL. Valid values are from - 10^38 +1 through 10^38 - 1 --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
