I noticed in the alterType.cfc, that setting a cfproperty to numeric yields an INT
//numeric
db.type = 'int';
db.length = 4;
stPropTypes['numeric'] = duplicate(db);
However, I see no reference for creating a numeric type?
This should be numeric, well spotted. You will also need to change fourq.cfc to reflect this change (I have committed these changes for next build). You will see conflicts showing up in the types COAPI screen, but you should be able to "repair type" to change the field from INT to Numeric.
-Brendan http://farcry.daemon.com.au
--- 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
