Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
MetaDataQuery.StartQuery
Attempts to start the query.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
MetaDataQuery | 8.0 | Yes | No | Yes, macOS only | No | Yes |
Parameters
Parameter | Description | Example value |
---|---|---|
Query | The reference number of the query. | $query |
Result
Returns OK or error.
Description
Attempts to start the query.Returns OK when successful; otherwise, Failed.
A query may fail to start if it does not specify a predicate, or if the query has already been started.
Examples
Start a query:
Set Variable [ $query ; Value: MBS( "MetaDataQuery.Create" ) ]
Set Variable [ $r ; Value: MBS( "MetaDataQuery.SetQueryString"; $Query; "kMDItemContentType=\"com.apple.application-bundle\"") ]
Set Variable [ $r ; Value: MBS( "MetaDataQuery.StartQuery"; $Query) ]
See also
Example Databases
Blog Entries
Created 16th December 2017, last changed 16th December 2017
MetaDataQuery.SetSearchScopes - MetaDataQuery.StopQuery
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins