VirtualBob Posted December 22, 2017 Posted December 22, 2017 I have a template database that when you click on a summary record it goes to the main record view. However, if I create a new record it will switch layouts but not have set cursor in the first field, so I have to do that manually before typing which is annoying. I'm guessing I need a layout/window triggered script(?) that will work with command-n or when it switches from summary layout and what is the insert cursor in the field script step?
siroos12 Posted December 22, 2017 Posted December 22, 2017 Hi, Use below script step on layout enter script trigger: Go to Field [ YourTable::YourField ] [ Select/perform ] 1
VirtualBob Posted December 22, 2017 Author Posted December 22, 2017 That worked - thanks. I found the script to insert it into so my question is solved.
Recommended Posts
This topic is 2528 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