Functions Reference

Table Of Contents
FILEMAKER FUNCTIONS REFERENCE 31
Container functions
Container functions calculate, manipulate, and report on data in container fields.
Click a function name for details.
GetHeight
Purpose
Returns the height in pixels of the content in a container field that holds images.
Format
GetHeight(field)
Parameters
field - any text, number, date, time, timestamp, or container field; or any text expression or
numeric expression.
Data type returned
number
Originated in
FileMaker Pro 12.0
Description
Returns the height in pixels of images in a container field that holds images. Otherwise, GetHeight
returns 0.
Examples
GetHeight(product) returns 768.
Related topics
Contents
Functions reference (alphabetical list)
This function Returns
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.