Using find to go to first field with the letter specified - Forum

Forum Navigation
You need to log in to create posts and topics.

Using find to go to first field with the letter specified

how do make a tab "say" with find G or Z or whatever   Like the little buttons on a phone A,B,C so on.

The dbpfind dosn't seem to work. It will to letter specified  in date in the field. For Instance, find where the H's start in my  table. It will go the the first H in a name.  example Instead of going where the names start with H it will go to word.  Breat"h"

please if you help me.

@kenneth-hosman

For Instance, find where the H's start in my table. It will go the the first H in a name. example Instead of going where the names start with H it will go to word. Breat"h"

For more specific queries, you need to use the dbpQuery command ...

dbpQuery "database id" "table" "FirstName LIKE 'H%'"

... where FirstName is the name of the field where values starting with H constitute a match.

For more details, see ... https://neodbprohelp.visualneo.com/SearchQuery.html#dbpFind

P.S. there is a separate Forum section for posting enquiries about VisualNEOWin plugins (like neoDBPro) ... VisualNEO Support Forum > VisualNEO Win: Plugins VisualNEO Win

Thank you @gaev, I have moved this topic to the appropiated section.