﻿<?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?)  » Need way to check why BOTranslation does not work</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 05:51:23 GMT</lastBuildDate><ttl>20</ttl><item><title>Need way to check why BOTranslation does not work</title><link>http://forum.strataframe.net/FindPost27597.aspx</link><description>Hi,&lt;br&gt;
In many forms and use BOTranslation between form BO and UserControl.BO.. all works perfect  - but in one case - it does not work and I can't understand why. Seems all the same.&lt;br&gt;
How can I check why the translation does not work?&lt;br&gt;
&lt;br&gt;
I have next configuration.&lt;br&gt;
Form with set of BO&lt;br&gt;
UserControl on form which has also set of same BO inside.&lt;br&gt;
BOTranslation created using property builder form.&lt;br&gt;
&lt;br&gt;
For example.. I have a code&lt;br&gt;
BO.returnsetofrecord() &lt;br&gt;
BO.count here 100 &lt;br&gt;
UserControl.NavigateRecord(rec_id)&lt;br&gt;
         UserControl.BO.Count -  here count is 0, but on my opinion it must be also 100?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
Can someone show me the way how to find why BOTranslation does not work? &lt;br&gt;
&lt;br&gt;
Thanks&lt;br&gt;
Denis&lt;br&gt;</description><pubDate>Fri, 02 Jul 2010 11:13:54 GMT</pubDate><dc:creator>dgsoft</dc:creator></item><item><title>RE: Need way to check why BOTranslation does not work</title><link>http://forum.strataframe.net/FindPost27601.aspx</link><description>You might need to reset the BO in the user control for the translation. In other words, it is likely that the mechanism that makes the translation isn't working with the user control. For performance reasons, the translations handles the normal cases, but in some cases you have to do a bit of work. I'm thinking this is one of them.&lt;br&gt;
&lt;br&gt;
See this post for more on how BOTranslations work:&lt;br&gt;
&lt;br&gt;
[url]http://forum.strataframe.net/FindPost24538.aspx[/url]&lt;br&gt;
&lt;br&gt;
Let us know if you need more help.</description><pubDate>Fri, 02 Jul 2010 11:13:54 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Need way to check why BOTranslation does not work</title><link>http://forum.strataframe.net/FindPost27598.aspx</link><description>Ok. &lt;br&gt;
Seems I cheet.. &lt;br&gt;
&lt;br&gt;
Configuration is another..&lt;br&gt;
&lt;br&gt;
I have UserControl1.BO&lt;br&gt;
                  UserControl2.BO&lt;br&gt;
&lt;br&gt;
Form has not BOs.. and UserControl1. add to the form programmatically.&lt;br&gt;
&lt;br&gt;
At this case BO translation does not work</description><pubDate>Thu, 01 Jul 2010 13:38:57 GMT</pubDate><dc:creator>dgsoft</dc:creator></item></channel></rss>