Questions ?
1.) Will the BO Translations work in this manner ?2.) Does embedding the browse dialog in this manner prevent the BO translations ?3.) What is the full explanation of the translation object property and should it be used in this situation ?
Thanks in Advance
Kenneth Langley
The BusinessObjectToPopulate is still looking at the original BO instance instead of the translated instance even after the BO translations have taken place. This is as designed at the moment. The problem is that if we were to reflect over every object on the form looking for the original instance to translate, things would get really slow and sluggish. All of the translations take place in the load. So for future reference, if you run into something like this, place your code to update these references with the translated object after the base Load logic.
'-- Update the references here as the form instances will be translated at this point