Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Well, a record has to be added so that the business object knows to INSERT it into the database. If you add the new record and then save the changes, you would then have to know to set the record back to Added rather than Modified. So, I'm not sure. That's what the ICancelAddNew interface is for on the BusinessBindingSource, but that's really only used by grids.
|