Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Most likely, it's because the event handlers are not copied from the business object to the copies of the business object that are being returned by the BBS. It might take some time for me to look at this, but as a work around for now, you could put a method on the form and in the handler within the business object, the one that is reached, use the ParentForm property and if the form is the proper type, then call the method.
|