Gabe Posted February 1, 2005 Posted February 1, 2005 I'm trying to put a button on a find layout. What I'd like to do ideally is attach a script which will detect what mode the user is in. If they are in browse mode, I want it to switch to find mode. If they are in find mode, I want it to do a perform find. Is this possible, or do I have to settle for 2 buttons?
-Queue- Posted February 1, 2005 Posted February 1, 2005 If [not Get(WindowMode)] Enter Find Mode [ ] Else If [Get(WindowMode) = 1] Perform Find [ ] End If
Recommended Posts
This topic is 7234 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