AnthonyDixon Posted February 25, 2010 Posted February 25, 2010 I there a way to create calculation a field to display the current mode: browse, find or preview? I know the result must to be stored globally in order to display it in find mode. I have played around with the Get (WindowMode) function but can not seem to get things to work out. Any ideas? Thank You Anthony
bcooney Posted February 25, 2010 Posted February 25, 2010 I have to ask -- Why? The mode is displayed in the bottom right hand corner of every window. I'm just guessing your motivation for a calc, but I design dedicated Find layouts that have a red header, so that the user visually can "see" that they're in Find mode.
AnthonyDixon Posted February 25, 2010 Author Posted February 25, 2010 Thank you for your reply. Yes, that’s exactly it; I’m trying to cut down on the creation of separate layouts and scripts for my finds while giving the user a more in your face display when they are in find mode. I can do it with a script by setting a global field before entering and exiting find mode but it gets cumbersome.
AnthonyDixon Posted February 25, 2010 Author Posted February 25, 2010 I did not think conditional formatting was available until ver 9 and above and my clients are 8.5
Vaughan Posted February 26, 2010 Posted February 26, 2010 I'm very minimalist by nature but I'm most partial to dedicated find screens. It's an opportunity to remove all buttons from the screen and customise the field formats to suit the entry of find criteria.
El_Pablo Posted February 26, 2010 Posted February 26, 2010 ¶" & Case (Get (WindowMode) = 0; "Browsing"; Get (WindowMode) = 1; "Searching") & "
Recommended Posts
This topic is 5442 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