<Browsable(
BusinessFieldDisplayInEditor(), _
Description(
DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)> _
_PropertyTagID = value
This field is bound to a SF Textbox. The value comes from a secondary BO, such as _BO1 in the generic examples used earlier in this thread. The value is retrieved from the secondary BO in the MainBO_Navigated event and set there through the code as follows.
Me
_Property is the secondary BO.
None of the fields on the screen stay refreshed with the values retrieved from the secondary BOs unless I put the following code at the bottom of the MainBO_Navigated event: