Slobey Posted May 10, 2005 Posted May 10, 2005 Hi, I have a list view for my solution. I have attached a button to a job number so when clicked it will go to a related record. My problem is that my users would like to be able to do a find on that layout for that field, but when they go into find mode and click on that field, it runs the script. Can you set a button to only trigger in browse mode or can I script it with an "if in find mode" function? Thanks for any help you can give
Rob 7 Collins Posted May 10, 2005 Posted May 10, 2005 You can script it. the If function allows a formula condition: Get(WindowMode)= 1 ensures the user is in find mode.
Recommended Posts
This topic is 7138 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