﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Save error after adding new row</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Thu, 10 Sep 2026 08:37:30 GMT</lastBuildDate><ttl>20</ttl><item><title>Save error after adding new row</title><link>http://forum.strataframe.net/FindPost9265.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;The table is emply. &lt;/P&gt;&lt;P&gt;1-I called BO.NewRow()&lt;/P&gt;&lt;P&gt;2- I filled the BO.Fields with some values without any problem and ...&lt;/P&gt;&lt;P&gt;The following error occured when I try BO.Save(). The BO is a simple table with Guid for some field. The BO Mapper builds fine.&lt;/P&gt;&lt;P&gt;I have no clue...&lt;/P&gt;&lt;P&gt;The event BeforeSave on the BO is not event called... A quickanswer will be greatly appreciated. Thanks in advance.&lt;/P&gt;&lt;P&gt;{"The given item name could not be evaluated.&amp;nbsp; The item 'Owner' does not exist on the business object."}&lt;/P&gt;&lt;P&gt;P.S&lt;/P&gt;&lt;P&gt;I tried with a MaintenanceForm but i had the same error.&lt;/P&gt;&lt;P&gt;I am using SQL Server Express 2005</description><pubDate>Sun, 03 Jun 2007 11:14:18 GMT</pubDate><dc:creator>Joseph-Carl Theodat</dc:creator></item><item><title>RE: Save error after adding new row</title><link>http://forum.strataframe.net/FindPost9272.aspx</link><description>Thanks...&lt;/P&gt;&lt;P&gt;A simple Search in the solution resolve the problem... for some reason i add this item Owner in the B0.Designer.cs file as a required file (was added maybe during my testing :D)&lt;/P&gt;&lt;P&gt;thanks again</description><pubDate>Sun, 03 Jun 2007 11:14:18 GMT</pubDate><dc:creator>Joseph-Carl Theodat</dc:creator></item><item><title>RE: Save error after adding new row</title><link>http://forum.strataframe.net/FindPost9267.aspx</link><description>Hi Joseph,&lt;/P&gt;&lt;P&gt;Maybe you don't have a column called Owner is your BO. I would go back to the BO Mapper and just double check things.&lt;/P&gt;&lt;P&gt;You could also put a breakpoint in after you add a new row then go to the BOs Data Table and see what we have in memory before the save is attempted.&lt;/P&gt;&lt;P&gt;Cheers, Peter</description><pubDate>Sat, 02 Jun 2007 20:16:19 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item></channel></rss>