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.defaultAccount
Queries default account identifier.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
Addressbook | 6.2 | Yes | No | No | No | No |
Parameters
none
Result
Returns identifier or error.
Description
Queries default account identifier.Examples
Show all accounts:
Set Variable [$account; Value:MBS( "Addressbook.defaultAccount" )]
Show Custom Dialog ["Identifier: " & $account & ¶ &
"Name: " & MBS( "Addressbook.Account.Name"; $account) & ¶ &
"Type: " & MBS( "Addressbook.Account.Type"; $account) & ¶ &
"Main: " & MBS( "Addressbook.Account.isMainAccount"; $account) & ¶ &
"URL: " & MBS( "Addressbook.Account.URL"; $account)]
See also
- Addressbook.Account.isMainAccount
- Addressbook.Account.Name
- Addressbook.Account.Type
- Addressbook.Account.URL
- Addressbook.allAccounts
- Addressbook.enabledAccounts
- Addressbook.Record.Account
Created 17th March 2016, last changed 17th March 2016
Addressbook.allAccounts - Addressbook.enabledAccounts
Feedback: Report problem or ask question.
Links
MBS Xojo Chart Plugins