Page 1 of 1

TMyTable SetKey and GotoKey

Posted: Mon 23 Mar 2009 17:18
by JoaoSantosG
Hello, i'm sorry if this question was already been made.
Is there any function equivalent for TMyTable like SetKey and GotoKey, used in TTable?
Thank you
Best regards
João

Posted: Tue 24 Mar 2009 09:23
by Dimon
You should use the TMemDataSet.Locate and TMemDataSet.LocateEx methods instead of using SetKey and GotoKey.
You can find more detailed information about it in the "Migration from BDE" topic of MyDAC help.