Business Binding Source


Author
Message
Paul Chase
Paul Chase
Advanced StrataFrame User (592 reputation)Advanced StrataFrame User (592 reputation)Advanced StrataFrame User (592 reputation)Advanced StrataFrame User (592 reputation)Advanced StrataFrame User (592 reputation)Advanced StrataFrame User (592 reputation)Advanced StrataFrame User (592 reputation)Advanced StrataFrame User (592 reputation)Advanced StrataFrame User (592 reputation)
Group: Forum Members
Posts: 414, Visits: 2.8K
I have a Biz object (Biz Obj A) that contains a public property that is another biz obj (Biz obj B).

Both Biz obj A and B are same form and the property on A is pointing to B, Biz Obj A is also the Biz obj in a Bus Binding source that is the data source for a Data Entry Grid.

Biz object A raises and handles a value changed event for one of the fields in the grid. In the handled code it does some calculation and then try's to update some values on biz obj B. 

It appears the BBS is creating a new instance of biz obj A so that when Biz Obj A handles the value changed event it is actually being handled by a new instance of A that the Bus binding source creates and thus doesnt "know" about B.

I have just started trying to think of the best way to handle this.. any ideas?

Thanks

Paul

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Paul Chase - 17 Years Ago
Paul Chase - 17 Years Ago
StrataFrame Team - 17 Years Ago
Paul Chase - 17 Years Ago
Paul Chase - 17 Years Ago
                         Here is a sample\test app that uses the Strataframe sample data with...
Paul Chase - 17 Years Ago
                             The CurrentView.ListChanged event is the one that you want, but here's...
StrataFrame Team - 17 Years Ago
                                 Thanks Ben that makes sense. I will try to test it out today, thanks
Paul Chase - 17 Years Ago
                                     Hi Ben, The solution you suggested works however it still leaves me...
Paul Chase - 17 Years Ago
                                         I have to guess that the properties that field values you're setting...
StrataFrame Team - 17 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search