Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
WebView.PressKey
Sends a keypress to webviewer.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
WebView | 6.2 | No | Yes | No | No | No |
MBS( "WebView.PressKey"; WebViewerRef; Key ) More
Parameters
Parameter | Description | Example value |
---|---|---|
WebViewerRef | Either the Web Viewer Object Name or the Web Viewer ID as returned by "WebView.FindByName" function. | |
Key | The key to press. Can be text or number. |
"@" |
Result
Returns OK or error.
Description
Sends a keypress to webviewer.Useful for entering @ key in Windows where webviewer does not react on AltGr key which is required in some languages to enter @.
Examples
Press @:
MBS( "WebView.PressKey"; "web"; "@" )
See also
Blog Entries
Created 12nd May 2016, last changed 25th August 2017
Feedback: Report problem or ask question.
Links
MBS FileMaker tutorial videos