Jump to content
Server Maintenance This Week. ×

Keyboard shortcuts for tab panels


This topic is 5480 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Is there a way in FM10 (or 9), windows platform to move between tab panels with a keystroke.

Thanks!

Edited 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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

This topic is 5480 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.