searching in a database

Post Reply
jds
Posts: 106
Joined: Sat Dec 05, 2009 12:44 pm

searching in a database

Post by jds »

How to find the last record that matches a condition in a database file (searching in 1 field)
f.e. if there are 20 records of person nr 123 in a database file, how to find the last one added
User avatar
vilian
Posts: 795
Joined: Wed Nov 09, 2005 2:17 am
Location: Brazil
Contact:

Re: searching in a database

Post by vilian »

If you are using DBF files try this:
Seek(123,,.t.)
Sds,
Vilian F. Arraes
vilian@vfatec.com.br
Belém-Pa-Brazil
Post Reply