Newbies Craig Sanders Posted April 6, 2001 Newbies Posted April 6, 2001 I'm working on a solution in which it is convenient to use buttons to perform a variety of finds where the index for a field serves as a menu (i.e., as a list to choose from, not as part of the menu bar). As it stands, the relevant bit of code in each script is "Enter find mode[]", "Paste from index[select, "(the approporiate field)"]", "Perform find[]". This works OK as long as the user doesn't click the Cancel button when the "View index" window opens up (this leaves him or her hanging in find mode in a layout that I don't intend users to see at all) or check/uncheck the "Show individual words" box. Is there any way to disable those features? Or better yet, to take advantage of field indexes in menus without using the "Paste from index" script step at all? I can imagine a work-around in which I would have to generate my own lists and forget the indexes, but that seems awfully cumbersome and in fact the indexes work very well for this particular purpose, apart from the problems described above. Thanks, Craig
Moon Posted April 6, 2001 Posted April 6, 2001 Have you tried entering the allow user abort script step at the beginning of your script?
Newbies Craig Sanders Posted April 6, 2001 Author Newbies Posted April 6, 2001 Pretty neat--thanks. I didn't realize that allow user abort would do that.
Recommended Posts
This topic is 8632 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