locate is the main command in the mlocate package. It is used to search for files, by default by a substring of their full path, based on a database populated by the updatedb command.
Questions tagged [locate]
263 questions
3
votes
2 answers
Delphi ADO : Locate with dataset filter on bug
I have as simple query, which returns following rows:
Name Value
Peter 1
Peter 2
Peter 3
John 1
John 2
Applying filter:
ADO.Filter := 'Name="John"';
ADO.Filtered := True; // Now, its only 2 rows in dataset
ADO.Locate('Value', 2);…

Valeriy
- 131
- 2
- 5
3
votes
2 answers
adding an external "find my location" button outside of the map
I'm trying to add a button above my map that would show the current location of the user.
Basically i want to duplicate the functionality of the built in button but make a more obvious one.
Here's my code: