Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

13.4 13.5 14.0 14.1 14.2 14.3 14.4 14.5 15.0 15.1 15.2 15.3

New in version 5.1

Item Details Server
Addressbook.multivalue.addAddress   Deprecated
Adds an address and its label to a multivalue list.
Mac/iOS
  ❌ Server
Clipboard.GetFiles
Queries file paths on the clipboard.
Mac/Win/iOS
  ❌ Server
Clipboard.SetFiles
Puts a list of file paths on the clipboard.
Mac/Win/iOS
  ❌ Server
Dictionary.AddSQL
Adds values to a dictionary via SQL.
All
  ✅ Server
Dictionary.SetVariables
Creates variables with given keys and values from dictionary.
All
  ✅ Server
Dictionary.ValueTypeForKey
Queries data type of the value for the key.
All
  ✅ Server
Dictionary.Values
Returns list with all values as text.
All
  ✅ Server
DynaPDF.EditTemplate
Prepares a template for editing.
All
  ✅ Server
DynaPDF.EditTemplate2
Opens a template for editing.
All
  ✅ Server
DynaPDF.FontInfo
Retrieves the most important properties of a font.
All
  ✅ Server
DynaPDF.GetInPrintSettings
Retrieves the print settings of the current open import file.
All
  ✅ Server
DynaPDF.GetPrintSettings
Retrieves the currently defined print settings of the document.
All
  ✅ Server
DynaPDF.GetTemplCount
Returns the number of templates used by a page.
All
  ✅ Server
DynaPDF.SetFieldFont
Sets or changes the font of a form field.
All
  ✅ Server
DynaPDF.SetFieldFontEx
Sets or replaces the font of a field.
All
  ✅ Server
DynaPDF.SetPrintSettings
Adds preferred print settings to the PDF file.
All
  ✅ Server
DynaPDF.SysFontInfo
Returns the most important properties of a system font.
All
  ✅ Server
EnvironmentVariables.ClearValue
Clears a variable by removing it from the environment.
All
  ✅ Server
EnvironmentVariables.Count
Queries number of environment variables.
All
  ✅ Server
EnvironmentVariables.Name
Queries name of environment variable with given index.
All
  ✅ Server
EnvironmentVariables.Names
Queries list of environment variable names.
All
  ✅ Server
EnvironmentVariables.SetValue
Sets an environment variable.
All
  ✅ Server
EnvironmentVariables.Value
Queries value of an environment variable.
All
  ✅ Server
FM.Argument
Query an argument passed to FileMaker from command line.
All
  ✅ Server
FM.ArgumentCount
Queries number of arguments.
All
  ✅ Server
FM.CurrentScriptID
Queries ID of current running FileMaker script.
All
  ✅ Server
FM.CurrentScriptName
Queries name of current script.
All
  ✅ Server
FM.CurrentThreadID
Queries current thread ID.
All
  ✅ Server
FM.DisableMouseWheel
Disables use of mouse wheel on Windows.
Win only
  ❌ Server
FM.EnableMouseWheel
Enables use of mouse wheel on Windows.
Win only
  ❌ Server
FM.InsertRecord
Inserts a new record in a table in one line.
All
  ✅ Server
FM.InsertRecordQuery
Inserts a lot of records queried from a database.
All
  ✅ Server
FM.IsMainThread
Checks if current thread is main thread.
All
  ✅ Server
FM.MainThreadID
Queries main thread ID.
All
  ✅ Server
FM.NULL
Returns a null value.
All
  ✅ Server
FM.SQL.Execute
Execute the SQL Statement against a FileMaker database.
All
  ✅ Server
FM.SQL.Field
Queries field value for given position in result.
All
  ✅ Server
FM.SQL.FieldCount
Queries number of fields.
All
  ✅ Server
FM.SQL.FieldType
Queries field type for given position in result.
All
  ✅ Server
FM.SQL.Release
Releases memory used for the SQL result.
All
  ✅ Server
FM.SQL.RowCount
Queries number of rows in the result.
All
  ✅ Server
FM.ScriptIDForScriptName
Queries the ID for script with given name.
All
  ✅ Server
FM.ScriptNameForScriptID
Queries script name for a script ID.
All
  ✅ Server
FM.ScriptNames
Queries list of script names in current file.
All
  ✅ Server
Files.Mount
Mounts a network share.
Mac/Win/Linux
  ✅ Server
Files.Unmount
Unmount a volume.
Mac/Win/Linux
  ✅ Server
Folders.UserTrash
Queries trash folder location for current user.
Mac/Win
  ❌ Server
FontManager.ListFontFamilies
Queries a list of font families.
Mac/Win/iOS
  ✅ Server
FontManager.ListFonts
Queries list of all fonts or list of fonts of a family.
Mac/Win
  ✅ Server
GMImage.NewImagesFromContainer
Loads a picture from the given container.
All
  ✅ Server
GMImage.NewImagesFromFile
Loads a picture file with several files.
All
  ✅ Server
ListDialog.AddSQL
Adds items via SQL statement.
Mac/Win/iOS
  ❌ Server
MarkDown.CSS
Queries CSS for the markdown.
All
  ✅ Server
MarkDown.Create
Creates a new MarkDown convert object with given markdown code.
All
  ✅ Server
MarkDown.HTML
Queries html for the markdown.
All
  ✅ Server
MarkDown.Release
Releases the mark down object.
All
  ✅ Server
OCR.SetResolution
Set the resolution of the source image in pixels per inch.
All
  ✅ Server
Plugin.GetSuccessReturn
Queries current OK return.
All
  ✅ Server
Plugin.SetFunctions
Sets the function list the plugin has.
All
  ✅ Server
Plugin.SetPreviewSize
Sets which size plugin uses for preview images.
All
  ✅ Server
Plugin.SetSuccessReturn
Sets what the plugin returns on success.
All
  ✅ Server
QuickList.AddSQL
Adds values to a quick list via SQL.
All
  ✅ Server
RegEx.FindMatches
Finds in a text all matches of a given pattern and returns list.
All
  ✅ Server
RichText.GeneratePDF
Generates a PDF from the current rich text document.
Mac only
  ✅ Server
RichText.WritePDF
Write the current rich text document to a PDF file.
Mac only
  ✅ Server
SQL.FetchPos
Fetches a row from a result set.
All
  ✅ Server
SQL.GetFieldNameList
Queries list of field names.
All
  ✅ Server
SQL.GetFieldValue
Returns field's value.
All
  ✅ Server
SQL.GetFieldValueList
Queries list of field values.
All
  ✅ Server
SQL.GetParamNameList
Queries list of parameter names.
All
  ✅ Server
SQL.GetParamValue
Returns param's value.
All
  ✅ Server
SQL.GetParamValueList
Queries list of parameter values.
All
  ✅ Server
SQL.SetParamTypesValues
Sets all parameters for a query in one call.
All
  ✅ Server
SQL.SetParamValue
Sets parameter's value.
All
  ✅ Server
SQL.SetParamValues
Sets all parameters for a query in one call.
All
  ✅ Server
SerialPort.ClearDataAvailableHandler
Clears the data available handler.
Mac/Win
  ✅ Server
SerialPort.SetDataAvailableHandler
Sets the data available handler for this serial port.
Mac/Win
  ✅ Server
Socket.Check
Performs the socket event check.
All
  ✅ Server
Socket.CheckAll
Checks status of all sockets.
All
  ✅ Server
Text.CapitalCase
Converts text to capital case letters.
All
  ✅ Server
Text.LowerCase
Converts text to lower case letters.
All
  ✅ Server
Text.RemoveControlCharacters
Removes control characters.
All
  ✅ Server
Text.UpperCase
Converts text to upper case letters.
All
  ✅ Server
Twain.GetPaper
Queries the paper to use.
Mac/Win
  ❌ Server
Twain.SetPaper
Requests to use a certain paper.
Mac/Win
  ❌ Server
Twain.SetPaperSize
Requests a page size in inches.
Mac/Win
  ❌ Server
UnZipFile.UsePassword
Sets the password to use for uncompressing.
All
  ✅ Server
WebView.InstallMultiFileOpenDialog
Installs support to the WebViewer for multiple file selections.
Mac only
  ❌ Server
XL.CopyContent
Copies all content from one book to other book.
All
  ✅ Server
XL.Sheet.GetPrintArea
Gets the print area.
All
  ✅ Server
XL.Sheet.GetPrintRepeatCols
Gets repeated columns on each page from colFirst to colLast.
All
  ✅ Server
XL.Sheet.GetPrintRepeatRows
Gets repeated rows on each page from rowFirst to rowLast.
All
  ✅ Server
XL.Sheet.SetAutoFitArea
Sets the borders for autofit column widths feature.
All
  ✅ Server
ZipFile.UsePassword
Sets the password to use for compressing.
All
  ✅ Server

115 functions shown.

Blog Entries

Older Version 5.0   Newer Version 5.2