﻿<?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?)  » Performing Table Update</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 07 Apr 2026 22:56:19 GMT</lastBuildDate><ttl>20</ttl><item><title>Performing Table Update</title><link>http://forum.strataframe.net/FindPost5845.aspx</link><description>Are there any examples of how to update a column in another table utilizing BOs. &lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Button_Click Sub&lt;/P&gt;&lt;P&gt;BOProducts.Qty =&amp;nbsp;&amp;nbsp;BOProducts.Qty - BOOrderItem.Qty &lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Tue, 16 Jan 2007 10:07:03 GMT</pubDate><dc:creator>Michael Reese</dc:creator></item><item><title>RE: Performing Table Update</title><link>http://forum.strataframe.net/FindPost5856.aspx</link><description>If you're talking about updating the DataColumn within the DataTable of another business object, you can do so by obtaining an object reference to the other business object and using the .Item property with the column name.&lt;/P&gt;&lt;P&gt;If your asking about updating the field on the SQL Server, you can do so by overriding the OnAfterSave() method and if the save was successful, create a business object and update the table.</description><pubDate>Tue, 16 Jan 2007 10:07:03 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>