Link to home
Start Free TrialLog in
Avatar of Erik N
Erik N

asked on

Problems with jumping to a specific record

Hi!!
I have some problems finding a procedure with wich you can jump to a specific record-number in a table, like this:

DM1.Table1.XXXX[5];
(Where I want to jump to record number five..)

I looked at GotoKey, Find and the rest of them, however they all need information other than just the record-number.

I use Delphi Developer 2.0 and the table is a Paradox-base.

Thanx!
Erik N
Avatar of mirek071497
mirek071497

What you mean with Jump ?
You need read data of this record, delete or any other ?
ASKER CERTIFIED SOLUTION
Avatar of ZifNab
ZifNab

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Erik N

ASKER

Thank you ZifNab, for your excellent answer!
I really appreciate it..
Erik N
Glad I could help you,

Does it works like you wanted it?
Sad that you always have to go to the first record isn't it?

Have fun,
c.u. ZifNab;
Avatar of Erik N

ASKER

I agree ! It´s sad, but it doesn´t really matter..
I will give you the Points for this later on...
Erik N