Do you support the locate method in firemonkey?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ibdac1pro
Posts: 48
Joined: Fri 25 Aug 2006 02:19

Do you support the locate method in firemonkey?

Post by ibdac1pro » Thu 26 Feb 2015 03:32

Hi,
I use Delphi XE7, Firemonkey(Android).

My code.
Table1.Locate('_ID', '1', []);

Does not work.
Do you support the locate method in firemonkey(Android)?

Unidac 6.02.
DB: Sqlite

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Do you support the locate method in firemonkey?

Post by AlexP » Thu 26 Feb 2015 11:29

Hello,

The Locate method works correctly, you can ensure this by executing the following code:

Code: Select all

Table1.Locate('_ID', '1', []);
ShowMessage(Table1.FieldByNAme('_ID').AsString);

ibdac1pro
Posts: 48
Joined: Fri 25 Aug 2006 02:19

Re: Do you support the locate method in firemonkey?

Post by ibdac1pro » Fri 27 Feb 2015 04:10

Hi,

It is my mistake.
Works well.

Thanks a lot.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Do you support the locate method in firemonkey?

Post by AlexP » Fri 27 Feb 2015 07:32

Glad to see that the issue was resolved. If you have any further questions, feel free to contact us

Post Reply