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
ListDialog.AddItemsToList
Adds entries to the list.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
ListDialog | 4.2 | Yes | Yes | No | No | No |
MBS( "ListDialog.AddItemsToList"; titles { ; tags } ) More
Parameters
Parameter | Description | Example value |
---|---|---|
titles | The titles to add. | "Hello World" |
tags | Optional The tags, e.g. the record ID. |
"1234" |
Result
Returns number of items.
Description
Adds entries to the list.You can pass a list of items (separated with new line character)
If tag for an item is #, plugin will mark this entry as header item.
Examples
Add two items
MBS( "ListDialog.AddItemsToList"; "Hello¶World" )
Add header with two items
MBS( "ListDialog.AddItemsToList"; "Names¶Steve¶Joe¶Geoff"; "#¶1¶2¶3" )
See also
Example Databases
Created 18th August 2014, last changed 21st March 2015
ListDialog.AddItemToList - ListDialog.AddSQL
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins