RET Posted January 30, 2002 Posted January 30, 2002 I trying to create a script that will automatically find only the records from my status field "active" and omit the rest upon opening. I already know how to set a script to run when opening, but I can't seem to figure out how the script should read. RET
tlsparker Posted January 30, 2002 Posted January 30, 2002 Try this: Go to Layout [x] Set Error Capture [on] Enter Find Mode Set Field ["StatusField","active"] Perform Find If Status(CurrentError="401") Show Message["No active records in the database!"] etc. End If Tom [email protected] http://www.tgparker.com/filemaker
Recommended Posts
This topic is 8337 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