Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Well, I am not totally sure I understand what you are trying to do, but I would think that handling form events would be the way to go rather than storing off an object reference. This will ensure encapsulation as well as reusability. If you look, you will see that the SF forms have many of the same events as the BOs....they just cover all of the BOs on the form. Also, you will want to call the Save(), Add(), etc. on the SF form to get the same behaviour as the MaintenanceFormToolstrip. Just a few ideas.
|