Page 1 of 1

Do you support the locate method in firemonkey?

Posted: Thu 26 Feb 2015 03:32
by ibdac1pro
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

Re: Do you support the locate method in firemonkey?

Posted: Thu 26 Feb 2015 11:29
by AlexP
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);

Re: Do you support the locate method in firemonkey?

Posted: Fri 27 Feb 2015 04:10
by ibdac1pro
Hi,

It is my mistake.
Works well.

Thanks a lot.

Re: Do you support the locate method in firemonkey?

Posted: Fri 27 Feb 2015 07:32
by AlexP
Glad to see that the issue was resolved. If you have any further questions, feel free to contact us