Newbies Don Knecht Posted March 3, 2003 Newbies Posted March 3, 2003 Greetings: I am working on a custom comic book database for myself. I have the standard fields involving title, issue number, etc., and am working on summarizing everything via each different comic book title (i.e., a list of each issue per title, and the like). This is where I need help. I have a drop down menu listing the different titles. I would like to make a selection from the drop down menu, then after I make the selection, automatically find all comics under that title, sort them according to number, and then display the list in a certain layout. Using the script I have so far, it works, but after I select the title, I have to click to continue the script, then click again to finish the find. Is there any way I can do this without having to click twice after I make the title selection? Thanks in advance for the help, Don Knecht [email protected]
Fitch Posted March 3, 2003 Posted March 3, 2003 Sounds like you are clicking to enter Find mode and pause, then selecting the title, then clicking to continue the Find. Instead, you could use a global field to select the title, then just one click to run a script like this: Enter Find Mode Set field (title, globalTitle) Perform Find Sort Go to layout DON'T use the Restore or Pause option for the Find.
LiveOak Posted March 4, 2003 Posted March 4, 2003 If you don't want to click a button to trigger the script, you'll need to use a plug-in such as Troi Activator (www.troi.com). -bd
andygaunt Posted March 4, 2003 Posted March 4, 2003 Or oAzium Events from Waves in Motion www.wmotion.com SCRIPTit from Community Networking www.cnsplug-ins.com Oh, and if you choose the SCRIPTit plugin this one boasts custom XML menu's. These look better than value lists because: a. the field doesn't even have to exist on that layout b. they can be sorted how YOU want to sort them c. they can be created from FM value lists, Hand coded in scripts or even be built from a portal d. you can also have a hidden identifier related to each choice Oh, and did I mention that when you make a choice you can have a script automatically run. (Just so you have some other options!!)
Recommended Posts
This topic is 7939 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