I have one form where I have the need to modify the same fields above but for different BOs. I though that this would be the case to use a User Control, so I created one base on MicroFour.StrataFrame.UI.Windows.Forms.UserControl, then I implemented IBusinessBindable. Here is where I am confuse, I need to bind several fields, so should I add a property to this user control for each field that needs to be bind?
I have been checking the PeopleLookupControl.vb in StrataFlix but in that sample only one control is basically bound and still it is not clear to me.
Here is screenshot of the user control:
Please advise if I am going in the wrong direction here.
Thanks!