May 7, 200916 yr Is there a way in FM10 (or 9), windows platform to move between tab panels with a keystroke. Thanks! Edited May 7, 200916 yr 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
May 7, 200916 yr 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
Create an account or sign in to comment