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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
Dialog.AddField
Adds a field for the dialog.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Dialog | 6.4 | Yes | No | No | No | No |
MBS( "Dialog.AddField"; Label { ; Text; Placeholder; Password; TextViewHeight } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| Label | The label text for the field. | "First Name:" | |
| Text | The text for the field. This is initial text. |
"" | Optional |
| Placeholder | The placeholder text shown when no text is in the field. (not for text view) |
"Put your name here" | Optional |
| Password | Pass 1 to hide text with • or 0 for normal text field. | 0 | Optional |
| TextViewHeight | Available in MBS FileMaker Plugin 10.0 or newer. Pass number of points in height for a textView. If value is >20, we will use a text view instead of a text fiel.d |
50 | Optional |
Result
Returns index or error.
Description
Adds a field for the dialog.Please use Dialog.GetFieldText later to query text for field.
Returns the index of the field.
Maximum we allow 10 fields.
Examples
Adds two fields:
Set Variable [$r; Value:MBS("Dialog.AddField"; "Username:"; ""; "username here")]
Set Variable [$r; Value:MBS("Dialog.AddField"; "Password:"; ""; "password here"; 1)]
See also
Blog Entries
- MBS FileMaker Plugin, version 9.6pr3
- Add a search and replace command for FileMaker Script Workspace
- MBS FileMaker Plugin, version 8.1pr5
- MBS FileMaker Plugin, version 6.4pr8
- MBS FileMaker Plugin, version 6.4pr7
Release notes
- Version 10.0
- Added TextViewHeight parameter for Dialog.AddField function.
- Version 8.1
- Changed Dialog.AddField to accept tab keys to switch between fields.
Created 13th September 2016, last changed 13th December 2019
Debugger.Window - Dialog.ClearFields
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins