February 1, 200520 yr 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?
February 1, 200520 yr If [not Get(WindowMode)] Enter Find Mode [ ] Else If [Get(WindowMode) = 1] Perform Find [ ] End If
Create an account or sign in to comment