zenboy32 Posted August 5, 2001 Posted August 5, 2001 This is an easy one I'm sure, but... I have a field called Case Status w/ a value list of Active, Closed or Pending. I want to write a script that will omit only records that = "Closed"
LiveOak Posted August 5, 2001 Posted August 5, 2001 You can omit the "Closed" records with the following script: Allow User Abort (off) Set Error Capture (on) Enter Find Mode() Toggle Status Area (show) Set Field(Case Status, "Closed") Omit Perform Find()
zenboy32 Posted August 5, 2001 Author Posted August 5, 2001 Thanks Live Oak! I was going the wrong direction. Gotta love these forums!
Recommended Posts
This topic is 8515 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