Help

Table Of Contents
FILEMAKER PRO HELP 677
Container functions
Container functions calculate, manipulate, and report on data in container fields.
Click a function name for details.
Related topics
About functions
About formulas
Base64Decode
Purpose
Returns container content from text encoded in Base64 format.
Format
Base64Decode(text{;fileNameWithExtension})
Parameters
text - Base64 text to decode.
fileNameWithExtension - the filename and extension for the file created from the decoded
Base64 text.
Data type returned
container
Originated in
FileMaker Pro 13.0
Description
Base64 encoding does not retain the filename or extension of encoded content.
This function Returns
Base64Decode Container content from text encoded in Base64 format.
Base64Encode The contents of the specified container field as text in Base64 format.
GetContainerAttribute The file metadata of a container field.
GetHeight The height of the image in a container field that holds images.
GetThumbnail An image stored in the container field, resized according to specified values for
width and height.
GetWidth The width of the image in a container field that holds images.
VerifyContainer A Boolean value representing the state of container data that’s stored externally. A
False result means that files saved externally were changed or deleted.