Newbies jcosler Posted February 19, 2003 Newbies Posted February 19, 2003 I am using FMP 5.0v1 with Win 98SE. What I'm trying to do comes pretty much from the FMP help files, but I can't get it to work. Here's my script: Enter Browse Mode [] Go to Layout ["Student Entry"] Show Message ["Repeat the last find?"] if ["Status (CurrentMessageChoice) = 1"] Modify Last Find Pause/Resume Script [] Perform Find[] Else Enter Find Mode [Pause] Perform Find [Restore] End If No matter how I tinker with this, the script ALWAYS performs the last find (the one that was in effect when I defined the script). HELP!!! I am thorougly frustracted!
Lee Smith Posted February 19, 2003 Posted February 19, 2003 You're missing a second Status(CurrentMessageChoice. Try Status (CurrentMessageChoice) = 2 after the else step. HTH Lee
Vaughan Posted February 20, 2003 Posted February 20, 2003 Update it to 5.0v3 too. Free from www.filemaker.com
Recommended Posts
This topic is 7951 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