On Jan 9, 2008 4:33 PM, Paul McNett <[EMAIL PROTECTED]> wrote: > Ed Leafe wrote: > > > On Jan 9, 2008, at 1:09 PM, Ed Leafe wrote: > > > >> Ok, thanks - I see the problem. The save() method in the cursor only > >> checks the _mementos for the PK, not the _newRecords attribute. I'll > >> fix it when I get back to my hotel. > > > > Now that I'm looking at the code in more depth, it seems that this > > should not be a problem for a modified record, since that record's PK > > should be in _mementos once it is modified, no? > > > That's correct. > > > > Guess I have to do some testing tonight. But after sitting in > > classes all day, I need to hit the gym first!
Ed and I have been going back and forth on this and he found the problem. The problem was with my bizobj. I forgot to set the datasource to "customers". Now save works as expected. The error that I got on delete is now gone too. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
