Answers Posted May 7, 2009 Posted May 7, 2009 (edited) Is there a way in FM10 (or 9), windows platform to move between tab panels with a keystroke. Thanks! Edited May 7, 2009 by Guest The Topic: <a href="http://fmforums.com/forum/showtopic.php?tid/204969">Keyboard shortcuts for tab panels</a> was moved from <a href="http://fmforums.com/forum/showforum.php?fid/24">Articles, Tips, Techniques & Solutions</a> to <a href="http://fmforums.c
Raybaudi Posted May 7, 2009 Posted May 7, 2009 Hi With 10: 1) give an object name to any tab ( name as a, b, c ... ) 2) write down this script ( "Move to Tab" ) If [ IsEmpty ( Get( ActiveFieldName ) ) ] Go to Object [ Object Name: Get ( TriggerKeystroke ) ] Exit Script [ Result: 0 ] End If 3) While in Layout Mode, go to: Layouts >> Layout Setup... >> Script Triggers and choose the event: OnLayoutKeystroke to fire the script "Move to Tab" Now, if you hit the "a" key , you'll go to the first tab, the "b" key, you'll go to the second tab ... and so on. _10_ChangeTab.zip
Recommended Posts
This topic is 5747 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