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
Java.SetContainerFileName
Sets the container file name to use for next containers.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Java | 6.5 | Yes | Yes | Yes | Yes | No |
MBS( "Java.SetContainerFileName"; FileName ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| FileName | The file name to use for container. | "test.jpg" |
Result
Returns OK or error.
Description
Sets the container file name to use for next containers.When a function call to Java returns a ByteArray, we pack it into a container using this file name.
The file name than determents for FileMaker the type of file.
Examples
Set file name:
MBS( "Java.SetContainerFileName"; "Logo.jpg" )
See also
Example Databases
Created 13th October 2016, last changed 6th September 2019
Java.ReleaseAll - Java.SetObjectField
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins