Group: StrataFrame Users
Posts: 93,
Visits: 236
|
Hi,
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.
How can I check why the translation does not work?
I have next configuration.
Form with set of BO
UserControl on form which has also set of same BO inside.
BOTranslation created using property builder form.
For example.. I have a code
BO.returnsetofrecord()
BO.count here 100
UserControl.NavigateRecord(rec_id)
UserControl.BO.Count - here count is 0, but on my opinion it must be also 100?
Can someone show me the way how to find why BOTranslation does not work?
Thanks
Denis
|