May 21, 201510 yr 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?
May 21, 201510 yr 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.
May 22, 201510 yr Author Thanks for your input... I changed the trigger type and the issue went away.
August 1, 201510 yr 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.
Create an account or sign in to comment