On 21/09/06, Blair McKenzie <[EMAIL PROTECTED]> wrote:
> It sounds like the type component is malformed but probably not in a hint,
> particularly since I don't think hints are required. Are you sure you have
> all the properties defined properly, don't have any syntax problems, etc?
>
Well I'm actually thinking that this might be a problem with the
DBGateway.cfc in fourq as well as a problem in the data I'm passing
through.
The error I get (paraphrasing) is line 357 of DBGateway.cfc
propertyName is not defined.
Line 357 of DBGateway.cfc says :
<cfabort showerror="Error: #propertyName# must be a date (#propertyValue#).">
So, in my data one (or more) of the property fields is supposed to be
a date and isn't, so its trying to throw an error. Only trouble is
propertyName doesn't exist when it tries to throw the error.
In fact, I've just changed propertyName to stField.column and now I get :
Error: datetimecreated must be a date (). <br>The error occurred on
line 357.
which makes much more sense.
OK - I best put that in as a bug and make sure the date properties get
a default value.
Cheers for helping me "talk" this through.
Stephen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---