Pat_Rick Posted September 29, 2004 Posted September 29, 2004 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
-Queue- Posted September 29, 2004 Posted September 29, 2004 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.
Pat_Rick Posted September 30, 2004 Author Posted September 30, 2004 Thank you very much, this works great.....
Recommended Posts
This topic is 7621 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