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
MessageComposer.New
Initializes the message composer panel.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
MessageComposer | 7.3 | No | No | No | No | Yes |
MBS( "MessageComposer.New" ) More
Parameters
none
Result
Returns OK or error.
Description
Initializes the message composer panel.Resets last error and clears last message content.
There is only one message composer at all times, so starting a new one will clear last one.
Examples
Starts a new message:
Set Variable [ $r ; Value: MBS( "MessageComposer.New" ) ]
Set Variable [ $r ; Value: MBS( "MessageComposer.SetSubject"; PlaceHolder::Subject ) ]
See also
Example Databases
Created 10th June 2017, last changed 11st June 2017
MessageComposer.IsPresented - MessageComposer.Present
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins