Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
Not that I can think of... I'm sure you rebuilt your project before you ran it after you got the update installed. The editing state changed event handler's signature changed, so if the project wasn't rebuilt before you ran it, it might not work properly. If you have a handler on the editing state changed, then it's possible you might be overriding what's happening.
If you're doing this on a child form dialog, then it's possible that the event handlers might not be getting copied correctly; we did make a change to the way the event handlers were copied from one business object to another during the business object translations after the update yesterday (Child forms needed to push and pop them, while user controls needed to copy them). The install that's currently out there includes fixes this, but it would only fix your problem if you're setting the focus controls on a child form shown through the ChildFormDialog.
|