On Nov 30, 2009, at 10:56 AM, John wrote:

> Back to the question - but I do account for the new record.  I always
> include , 0, and None in my list.  If I don't the list control  
> complains.
> What would be the value of the new key in the list using your  
> suggestion.


        It wouldn't be a value in the list; that's why I called it a  
placeholder. Currently we *are* creating an actual value, and this  
created value is not always ideal, as it is preventing database  
default values from working correctly.

        If you need a new record to have a particular value in a particular  
column, you should be setting the DefaultValues property of your  
bizobj already, right? You shouldn't be relying on undocumented  
behaviors of the framework.


-- Ed Leafe




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to