Jeff M Posted May 21, 2015 Posted May 21, 2015 Creating a dropdown in the header area that uses a trigger to run search scripts based on value selected. Got it working with one small issue... immediately after running the script, the first record in the found set is selected and because of the tab order, the first field is selected. I don't want to get rid of the tab order, but I really don't want anything selected after my script runs. Seems like I used to be able to use the commit records script step to essentially exit the record...but it's not working like I remembered. How can I deselect the record or bypass the tab order...so that nothing is selected after my script runs?
David Jondreau Posted May 21, 2015 Posted May 21, 2015 Putting Exit Script [ False ] at the end of the script will generally solve this issue but it may depend on the trigger you're using.
Jeff M Posted May 22, 2015 Author Posted May 22, 2015 Thanks for your input... I changed the trigger type and the issue went away.
AndrewPurvis Posted August 1, 2015 Posted August 1, 2015 Another solution that has worked for me, without problem, is using Go To Field [] with no field specified. This will actually send focus to field NULL.
Recommended Posts
This topic is 3469 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