Hi,
>I have installed a hanlder for this event:
>
> this.BindingContext[dataSetCurriculumsCourses,
> "TableInstitutes"].CurrentChanged
CurrentChanged is fired when the current item changes, eg. the position
changes.
CurrentItemChanged is fired when CurrentChanged is fired and when one of the
current item properties changes.
BMB = this.BindingContext[DataSource, DataMember]
When using the BindingContext to get the BMB (CurrencyManager) then you need
to make sure you are using the exact same DataSource and DataMember (not
including any possible fieldname) as the ones you used to setup the
databinding.
Furthermore if you used a BindingSource, then hookup
BindingSource.CurrentItemChanged instead.
HTH,
Greetings
> ....
>
[quoted text clipped - 11 lines]
>
> I dont know what is wrong!