Quick question: NeoBookDBPro Query/Find - Forum

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

Quick question: NeoBookDBPro Query/Find

Quick question:

If I do a query and then do a find:

Will my Find action only find records within my current Query? Or, will it search the entire DB file?

@pauljonestindall

If I do a query and then do a find:
Will my Find action only find records within my current Query? Or, will it search the entire DB file?

It looks like dbpFind works on the "records matching the previous dbpQuery" ... I used the AddressBook example pub that came with the plugin and did ...

a) a Search >>> Advanced Query for State = CA

... followed by ...

b) a Search >>> Find for VA

... after the Find, it returned "no matching records"

You can see the effects of my actions above a little better if you do a View >>> Grid View first.

Thanks Gaev.