Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Hi everyone!!!

I used to program in Access, and I remember that when ever i would use a drop-down menu(or list) i would also have the option of attaching a VBA procedure to it.

So here i am in FMP, and I

Posted

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.

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