Justin P. Posted December 1, 2004 Posted December 1, 2004 In Find Mode, is there any way to display the status of the "Omit flag" (for each request)? I have the status bar hidden on all my screens, I know how to turn the OMIT flag it on or off via a script (Omit Record script step in Find mode), but can see no way to show the user the status of that flag in of his.her each Find requests. Thanks for any insight. Cheers, Justin
Søren Dyhr Posted December 1, 2004 Posted December 1, 2004 Not that it's of much help if your solution runs in a mixed environment, but you can reach it with an embedded Applescript saying: tell application "FileMaker Pro" get omitted of request 1 end tell --sd
Fenton Posted December 1, 2004 Posted December 1, 2004 Ilyse Kazar came up with an optimization for this. Use a Constant=1 calculation field for your Omit checkbox. Do like you say, loop through requests and omit those. But you don't have to clear it, because it can only be "set" in Find mode, otherwise it's empty in Find mode. And it exists in all records, so the find logic holds.
Vaughan Posted December 1, 2004 Posted December 1, 2004 Bob Weaver created a demo file of a technique. From memory it was quite complicated, and it involved looping throught the find requests prior to performing the find to set the omit flag as necessary. Having been there and done that, I now leave the status area showing wherever possible. (I'm amazed at how often it can be left showing without compromising natigational control.) Showing the status area gives users full access to FMP's powerful search capabilities, and I neatly side-step all those complicated work-arounds.
Recommended Posts
This topic is 7636 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