Jump to content

drop-down lists


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

Recommended Posts

This is easy on Windows. Format the field as a menu (a list won't work), disallow access to it and remove it from the tab order, and format it as a button attached to a script that goes to the field, pauses for 0 seconds, and then continues with your If steps. When the menu drops down, it will be frozen until the user either makes a selection or clicks out of the field. To account for the latter, set a global field with the menu field's data at the beginning of your script. Then you can test after the Pause/Resume step If [field <> globalfield], if you don't want to perform any steps when they haven't changed the data.

Link to comment
Share on other sites

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