Jump to content

VL with script functions?


anna f

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

Recommended Posts

Is it possible to make a value list with script functions as the choices? Or calculations? I would like to make a drop-down that allows a user to choose which layout s/he wants to go to (without having to additionally click a "Go" button after choosing.) Thnx!

Link to comment
Share on other sites

Yes, it's possible. You'll need a plug-in like EventScript or Troi Activator to trigger the script on exiting the field.

Edited by Guest
Link to comment
Share on other sites

You don't need a plugin. You can do it but it will only work on Windows. The value list must be a popup menu (not a drop=down list) and be set to not allow the user to enter the field. Create a script that you attach to the field:

GoToField(FieldWithPopup)

Pause/Resume Script(1 sec)

Commit Record/Request

..

remaining script steps

Link to comment
Share on other sites

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