Jump to content

Viewing Layout Menu on Status Area


This topic is 8057 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 8057 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.