DataPro Posted April 17, 2005 Posted April 17, 2005 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
BobWeaver Posted April 17, 2005 Posted April 17, 2005 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
Recommended Posts
This topic is 7163 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