You might check the table in the database and set a default value of an empty string or 0 or something that makes sense. I could see the potential for the DB to have a NULL value as the default and Farcry/CF isn't able to interpret that correctly. I could be way off there, but it's a thought.
On 9/25/07, bsmith <[EMAIL PROTECTED]> wrote: > > > It's fine on insert, as well as on edit for most of the records, but > some of them (created before the new property existed) fail when > trying to reference the new property... it is pretty strange. > > B. > > On Sep 25, 7:52 pm, "Jake Churchill" <[EMAIL PROTECTED]> wrote: > > Does the error only happen when updating an existing record or does it > also > > happen on insert? My guess is that there's an error in your edit form > and > > output.propertyName is not getting defaulted to anything. > > > > -----Original Message----- > > From: [email protected] [mailto:[EMAIL PROTECTED] > On > > > > Behalf Of bsmith > > Sent: Tuesday, September 25, 2007 1:13 AM > > To: farcry-dev > > Subject: [farcry-dev] Re: New Custom Type, Property Not found on Edit > (FC3) > > > > Ah, this is actually on Farcry 3.0.2 > > > > On Sep 25, 1:07 pm, "Derek Westfall" <[EMAIL PROTECTED]> wrote: > > > In-process editing wizard? > > > > > If you delete the associated row from the dmWizard table that should > take > > > care of it. > > > > > Derek > > > > > > -----Original Message----- > > > > From: [email protected] > > > > [mailto:[EMAIL PROTECTED] On Behalf Of bsmith > > > > Sent: Monday, September 24, 2007 9:53 PM > > > > To: farcry-dev > > > > Subject: [farcry-dev] New Custom Type, Property Not found on > > > > Edit (FC3) > > > > > > Hi All, > > > > > > I've added a property to my custom type, deployed it and it > > > > works fine when I add new records to the type, or update > > > > certain records. > > > > > > However, on certain records the edit form fails telling me > > > > that output. > > > > (PropertyName) is not defined. > > > > > > I've found I can solve this by deleting and recreating the > > > > record, but what is the reason that this property doesn't > > > > exist for certain records? > > > > > > I figured it'd be an in-memory cache, but updating the app > > > > has not had any effect. > > > > > > Any ideas? > > > > > > B. > > > > > --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
