Mif Posted October 28, 2010 Posted October 28, 2010 My goal is to click in a field, and end up in find mode with the cursor in that field, type a request, and hit enter to perform the find. So far I have created this script launched by the field: Set Variable [$Fieldname; Value; (Get (ActiveFieldName))] Enter Find Mode [] Go to Field [] -"it is here I want it insert $Fieldname" What should I be doing?... Thanks in advance
TheTominator Posted October 28, 2010 Posted October 28, 2010 Go to Field[] isn't needed since the user was already actively in the field. Enter Find Mode[] doesn't change the active field.
Mif Posted October 28, 2010 Author Posted October 28, 2010 (edited) I find if I just use Enter Find Mode [] that the cursor isn't anywhere to be seen. What am I missing? I'd like the cursor to be flashing in any field I click on the screen. Edited October 28, 2010 by Guest
Mif Posted October 28, 2010 Author Posted October 28, 2010 I've tried making the field a button as well as script triggering based on entry, keystroke and modify.
comment Posted October 28, 2010 Posted October 28, 2010 If the field is a button, then clicking it does NOT enter the field. A script triggered OnObjectEnter should work fine.
Mif Posted October 28, 2010 Author Posted October 28, 2010 Thanks Comment, that worked fine. Another example of the "blinding flash of the obvious". Maybe I wasn't pausing after entering find mode, which made me think that it wasn't entering the field....hmm?
Recommended Posts
This topic is 5139 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