Hello everybody,
Or the documentation is a deep jungle, or I begin to be older for this kind of sport !!
I try a basic sample of a grid filled from a dataset. Then I try to retrieve the record displayed on the row I "Double click". The following code
works properly until .... I sort the gridCode:RR = AllData1.TheRisks.Rows(.CurrentRowIndex)
I've tried to retrieve data througth the currency manager :
without Success. I suppose this basic problem has many solutions but I need only one. Please helpCode:myCurrencyManager = CType(Me.BindingContext(AllData1), CurrencyManager) .... RR = AllData1.TheRisks.Rows(myCurrencyManager.Position)




Reply With Quote