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
Addressbook.searchPeopleWithCreationDate
Searches for people in address book with creation date between both dates.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Addressbook | 3.5 | Yes | No | No | No | No |
Parameters
Parameter | Description | Example value |
---|---|---|
StartDate | The start date for the search range. | Date(10; 1; 2013) |
EndDate | Optional The end date for the search range. |
Date(11; 1; 2013) |
Result
Returns list of all person IDs.
Description
Searches for people in address book with creation date between both dates.Examples
Searches all people created between 1st of September and 1st of December 2013:
MBS("Addressbook.searchPeopleWithCreationDate"; Date ( 9 ; 1 ; 2013 ); Date ( 10 ; 1 ; 2013 ))
Searches all people created after 1st of September:
MBS("Addressbook.searchPeopleWithModificationDate"; Date ( 9 ; 1 ; 2013 ))
See also
Created 18th August 2014, last changed 25th September 2018
Addressbook.searchGroupsWithName - Addressbook.searchPeopleWithEmail
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos