April 17, 200520 yr I'm developing a contact manager and have some records which have been called and others which haven't. I flag the ones called with a timestamp, plus create a log file. I need to make a script that will get the next record within a selected state that has not been called. If I use Find in a script, it wants a hard-coded value for the state. I would like to keep the current state in a global variable and search for the next record alphabetically within that state that has not been called. Any ideas? TIA Paul
April 17, 200520 yr If your state is stored in a global, gState, for example, you can set up your find script like this: Enter Find Mode Set Field [ State; gState] # Set other find parameters here Perform Find
Create an account or sign in to comment