evancooney Posted March 16, 2005 Author Posted March 16, 2005 Is there a way to trigger a script using the return key? Specifically, type into a global text field, and when the user presses return, a script is triggered. Thanks, ev
evancooney Posted March 16, 2005 Posted March 16, 2005 Is there a way to trigger a script using the return key? Specifically, type into a global text field, and when the user presses return, a script is triggered. Thanks, ev
evancooney Posted March 16, 2005 Author Posted March 16, 2005 Is there a way to trigger a script using the return key? Specifically, type into a global text field, and when the user presses return, a script is triggered. Thanks, ev
Vaughan Posted March 17, 2005 Posted March 17, 2005 No... but a PAUSED script can be restarted using the <Enter> key -- the key on the numeric keypad, as distinct from the <Return> key on the alpha keypad. Strictly speaking the Return key puts new lines in a field. It's the Enter key that exits the record and unpauses script, though this behavior can be changed in FMP 7 I believe.
Vaughan Posted March 17, 2005 Posted March 17, 2005 No... but a PAUSED script can be restarted using the <Enter> key -- the key on the numeric keypad, as distinct from the <Return> key on the alpha keypad. Strictly speaking the Return key puts new lines in a field. It's the Enter key that exits the record and unpauses script, though this behavior can be changed in FMP 7 I believe.
Vaughan Posted March 17, 2005 Posted March 17, 2005 No... but a PAUSED script can be restarted using the <Enter> key -- the key on the numeric keypad, as distinct from the <Return> key on the alpha keypad. Strictly speaking the Return key puts new lines in a field. It's the Enter key that exits the record and unpauses script, though this behavior can be changed in FMP 7 I believe.
bikergeek Posted March 17, 2005 Posted March 17, 2005 http://www.softs4humans.com/FMPro_Plugins.html Here's a plug-in which will allow you to trigger a script from a calculation, which means auto-enter or validation can trigger it.
bikergeek Posted March 17, 2005 Posted March 17, 2005 http://www.softs4humans.com/FMPro_Plugins.html Here's a plug-in which will allow you to trigger a script from a calculation, which means auto-enter or validation can trigger it.
bikergeek Posted March 17, 2005 Posted March 17, 2005 http://www.softs4humans.com/FMPro_Plugins.html Here's a plug-in which will allow you to trigger a script from a calculation, which means auto-enter or validation can trigger it.
Recommended Posts
This topic is 7539 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now