﻿<?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?)  » "Shared Data Table" question</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 22 Sep 2026 16:29:55 GMT</lastBuildDate><ttl>20</ttl><item><title>"Shared Data Table" question</title><link>http://forum.strataframe.net/FindPost9716.aspx</link><description>I was reading about Shared table in the help and couple question came to mind based on the following statement:&lt;br&gt;
[quote]Keep in mind that only the internal data table is shared. Any business object referencing this shared table is still a unique instance.[/quote]&lt;br&gt;
&lt;br&gt;
a) "Only the internal data table is shared". Does this mean the "Contents/Filled/filtered" data is shared?&lt;br&gt;
&lt;br&gt;
b) "Any business object referencing this shared table is still a unique instance". Does this mean each instance of the BO has it's own data?&lt;br&gt;
&lt;br&gt;
If I create a BO in the main form and put one record in it and assign a shared key to this BO and then in my other forms, I create new instances of this BO and set their shared key to the same key, will each one of these instances see [u]the same record[/u] that was put in the mainform?&lt;br&gt;
&lt;br&gt;
Thank you!</description><pubDate>Thu, 21 Jun 2007 15:14:23 GMT</pubDate><dc:creator>Ben Hayat</dc:creator></item><item><title>RE: "Shared Data Table" question</title><link>http://forum.strataframe.net/FindPost9720.aspx</link><description>No problem :)</description><pubDate>Thu, 21 Jun 2007 15:14:23 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: "Shared Data Table" question</title><link>http://forum.strataframe.net/FindPost9719.aspx</link><description>[quote]Any BO which has the same SharedDataTableKey will have the same data within the BO.[/quote]&lt;br&gt;
&lt;br&gt;
[b]Sweet![/b]&lt;br&gt;
&lt;br&gt;
Thank you for speedy response!</description><pubDate>Thu, 21 Jun 2007 15:12:38 GMT</pubDate><dc:creator>Ben Hayat</dc:creator></item><item><title>RE: "Shared Data Table" question</title><link>http://forum.strataframe.net/FindPost9718.aspx</link><description>[quote]"Only the internal data table is shared". Does this mean the "Contents/Filled/filtered" data is shared?&lt;BR&gt;[/quote]&lt;/P&gt;&lt;P&gt;Yes.&amp;nbsp; The DefaultView of the data table is what makes the "fitler" happen.&amp;nbsp; As for the contents and the filled data, yes as well.&lt;/P&gt;&lt;P&gt;[quote]"Any business object referencing this shared table is still a unique instance". Does this mean each instance of the BO has it's own data?[/quote]&lt;/P&gt;&lt;P&gt;No.&amp;nbsp; It means that if you call the navigate on one BO it will not affect any other BO using the same shared data table.&amp;nbsp; This is when you will want to use a ChildFormDialog or a BOTranslation as the handlers and everything are translated between two or more sessions.&lt;/P&gt;&lt;P&gt;[quote], will each one of these instances see &lt;U&gt;the same record&lt;/U&gt; that was put in the mainform?&lt;BR&gt;[/quote]&lt;/P&gt;&lt;P&gt;Any BO which has the same SharedDataTableKey will have the same data within the BO.</description><pubDate>Thu, 21 Jun 2007 15:09:45 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>