AS_dialog_concealed ( window_title ; text ; button_cancel ; button_ok ; result_field )
create a dialog where the entered text is masked as •••••• (OS X only, AppleScript)
Average rating: 4.3 (14 votes) Log in to vote
Thomas Siebert - Show more from this author
http://www.t-seabird.de |
text will be returned to the given password field
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
create a dialog where the entered text is masked as ••••••
similar to the concealed field option coming with FileMaker 15
Use the ScriptStep "Perform AppleScript" using the option "Calculated AppleScript"
You also shall use "Perform AppleScript" directly from a button.
Comments
Thomas Siebert Apr 23, 2017 |
||
New Version: result shall be returned to any FileMaker Field (global or local) of the current table or to a global field of any other table |
||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.