Hi there, If you set the type of your custom property to be longchar, I think you get a much larger text field...
<cfproperty name="body" type="longchar" hint="teaser" required="no" default=""> L. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Britton Sent: 16 March 2004 2:51 PM To: FarCry Developers Subject: [farcry-dev] Custom Type: MySQL field defaults to varchar(255) When creating a custom type and specifying one of the properties as text, FarCry created a field of varchar(255). I had to go in and alter the type to just 'text' to get more than 255 characters into the db. --- 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 --- 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
