Page 1 of 1

GotoCurrent in TZTable

Posted: 06.10.2006, 14:54
by glashtin
Trying to convert my app to use Zeoslib, however I ran into a problem.

I am currently using TTables GotoCurrent function but Zeos does not appear to have this function. Is there something like it in zeos that does the same thing?

Posted: 06.10.2006, 15:02
by glashtin
I just found RecNo. Would that work? Something like

Table1->RecNo = Table2->RecNo;

I am trying to compile now but is a very large C++ app and will take a while.