anna f Posted April 25, 2006 Posted April 25, 2006 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!
Kent Searight Posted April 26, 2006 Posted April 26, 2006 (edited) Yes, it's possible. You'll need a plug-in like EventScript or Troi Activator to trigger the script on exiting the field. Edited April 26, 2006 by Guest
SteveB Posted April 27, 2006 Posted April 27, 2006 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
Recommended Posts
This topic is 6785 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