Functions Reference

Table Of Contents
Get functions
F
ILEMAKER FUNCTIONS REFERENCE 198
Get(TouchKeyboardState)
Purpose
Returns 1 (true) if the touch keyboard is set to display automatically when needed; otherwise,
returns 0 (false).
Format
Get(TouchKeyboardState)
Parameters
None
Data type returned
number
Originated in
FileMaker Pro 14.0
Description
In FileMaker Go and Windows 8, this function returns:
1 if the touch keyboard is enabled
0 if the touch keyboard is disabled
In Windows 7, OS X, FileMaker WebDirect, FileMaker Server scheduled scripts, and Custom Web
Publishing, this function is not supported and returns 0.
Examples
Checks the current setting of the touch keyboard and disables the touch keyboard if it is enabled.
If [ Get ( TouchKeyboardState ) = 1]
Show/Hide Touch Keyboard [Hide]
End If