K1200 Posted August 17, 2006 Posted August 17, 2006 Is it possible to have FileMaker execute a script whenever a particular text field becomes "not empty"? I have a layout with a text field that is normally blank. If the user drags a text string from another field into the empty field, I would like to immediately process the request without the user having to click on a button. Is this possible without a third-party plugin? Thanks in advance.
Raybaudi Posted August 18, 2006 Posted August 18, 2006 Hi can you precise better "immediately process the request"... because maybe that you don't need to fire a script. In that case the particular text field can be modified to an AutoEnter/Replace text field.
K1200 Posted August 18, 2006 Author Posted August 18, 2006 Thanks for your response. Yes, I had been thinking that I could use a global calculated field to perform part of the process I need, which is to append the "dropped text" to another field to get a useful result. The main problem is that I don't know of a way to clear the field back to it's original (empty) state. If I could execute a script, I would of course use SetField(Table::Field;""). From a larger perspective, however, I can think of many interesting possiblities for other features if I can find a way to initiate a script upon the drop action.
Recommended Posts
This topic is 6674 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