kenneth2k1 Posted April 16, 2002 Posted April 16, 2002 I'm sure I have been told somewhere before, but I forgot how to get rid of the layout menu that is located in the Status Area on the left. Can someone refresh my memory of where I go so it cannot be viewed? Thanks Ken
LiveOak Posted April 16, 2002 Posted April 16, 2002 You can't get rid of the menu, but you can set layouts not to appear in it using the "Layout Order" dialog. -bd
kenneth2k1 Posted April 25, 2002 Author Posted April 25, 2002 Thanks for the replies. I actually had one design that I took out the status area, and ended up making buttons for the scroll up/down records. Then I realized that I wanted the "Omit" and Symbol functions and such when I was in Find Mode. So I started scripting these buttons and found myself whasting alot of time. I figured "why am I re-inventing the wheel?" So I ended up just putting the status area back. Thanks, I will just remove the layouts from view. Ken
RussBaker Posted April 26, 2002 Posted April 26, 2002 You could create your own Find button that ran a script which: SetErrorCapture [On] Toggle Status Area [show] Enter Find Mode [Pause] Perform Find [] if[status(CurrentError) = 401] . Show Message["No records match this request"] . Show All Records End If Toggle Status Area [Hide] This will allow your users full access to the Find Symbols, the Omit function and the ability to create new Find Requests, but only show the status area when they are in the Find Mode.
Recommended Posts
This topic is 8246 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