> The error I get now is ... > > 14:07:02.002 - Database Exception - in > D:\www2\applications\fourq\_fourq\setData.cfm : line 115 > Invalid data for CFSQLTYPE CF_SQL_FLOAT. > > It�s when I�m trying to create and complete an dmNews object. It > creates the object, but it dosn�t set any properties so it�s always > "(incomplete)".
Okey. The problem was this. I added an property "oldnewsid" to dmNews. This was only used in my import-script (imported old news to farcry). I did flag this property as required="no", but when creating an news item from Farcry Admin I got the above error. I had to add <cfset output.oldnewsid = 0> to my plp to get it to work. Daniel --- 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/
