Página 1 de 1

TDbBrowse GoTo Problem

Publicado: Jue Jul 06, 2023 2:26 pm
por Milan Mehta
I have created one TDbBrose to which one MemDataSet has been assigned as DataSet.
I have sorted the MemDataSet on one field.
Now how can I goto any particular record of that MemDataSet and show the same as selected in Browse ?

Kindly guide
TIA
Milan.

Re: TDbBrowse GoTo Problem

Publicado: Dom Jul 09, 2023 10:27 am
por ignacio
Hello,

It should be automatic. The browse should react to the sort operation, as well as the Go-to operation.

Regards