Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Adds entries to the list.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ListDialog | 4.2 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example | Flags |
---|---|---|---|
titles | The titles to add. | "Hello World" | |
tags | The tags, e.g. the record ID. | "1234" | Optional |
Returns number of items.
Add two items
MBS( "ListDialog.AddItemsToList"; "Hello¶World" )
Add header with two items
MBS( "ListDialog.AddItemsToList"; "Names¶Steve¶Joe¶Geoff"; "#¶1¶2¶3" )
Take two lists to fill two columns in a list dialog:
MBS("ListDialog.AddItemsToList"; MBS( "List.CrossProduct"; ListDialog::Text1; ListDialog::Text2; ""; Char(9); ""; 2))
Query field 1 and field 2 merged together with tab character for adding to a list:
MBS( "FM.ExecuteFileSQL"; ""; "SELECT (\"Field1\" + Chr(9) + \"Field2\") FROM MyTable")
Created 18th August 2014, last changed 6th April 2021
ListDialog.AddItemToList - ListDialog.AddSQL
Feedback: Report problem or ask question.