May 10, 200520 yr 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
May 10, 200520 yr You can script it. the If function allows a formula condition: Get(WindowMode)= 1 ensures the user is in find mode.
Create an account or sign in to comment