jamespreston
Technical User
Hey theres a great command for delphi adotable it is
adotable1.locate['username',edit1.text,[iopartial, iocaseinsensateve]);
for my project I am building, this is perfect, except that it will always locate the first instance of what is in edit1, ani ideas on how to get it to display the second?
The code is exactly what I want (eg it keeps all records and it moves to the found location) except that it will always find the first instace.
thanks
adotable1.locate['username',edit1.text,[iopartial, iocaseinsensateve]);
for my project I am building, this is perfect, except that it will always locate the first instance of what is in edit1, ani ideas on how to get it to display the second?
The code is exactly what I want (eg it keeps all records and it moves to the found location) except that it will always find the first instace.
thanks