Jump to content
Server Maintenance This Week. ×

Jump to tab


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

Recommended Posts

Hi

you can select a tab based to the choosed value of the value list using an event plugin like EventScript ( free ).

You have to give a name ( the same of each value of the value list ) to each tab object and put this calc into the AutoEnter options of the field that has the value list:

yourField & S4HU_EventScript( Get ( FileName ) ; "go" ; yourField )

where the "go" script is simply:

Go to Object [ Name: Get ( ScriptParameter ) ]

----

Don't you want to use a plugin ?

Change the "go" script to:

Go to Field [ yourField ]

Pause/Resume [ Duration: 1 sec ]

Go to Object [ Name : YourField ]

and set the field YourField like a button that fires that script

Link to comment
Share on other sites

Thanks Daniele,

That's a clever solution (I tested the one without the plug-in), but as I assigned the script to the drop-down value-list I have to click twice to actually get the list and make my selection. That is how I interpreted your advice to associate the field with the script and thus fire the script. Is that what you meant or did I misinterpret? Again, thanks.

-shawn

Link to comment
Share on other sites

This topic is 5842 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.