Seeker4 Posted July 15, 2014 Posted July 15, 2014 My application generates a report to a new floating document window, enters Preview mode and displays the status bar. The status bar has buttons for navigating through the report, printing, saving to Excel or PDF, etc. All that's just what I need. But below the button the status area includes controls to change the layout, switch the view, or exit preview mode. I don't want any of those capabilities available to the user. How can I eliminate this portion of the status bar? Or is there some other approach I need to take? And, is there a way to add a "close window" button to this status bar?
Ocean West Posted July 16, 2014 Posted July 16, 2014 Could you create a "Preview Window" without the status bar make it a standard document window without any "options" (close / zoom ) then create another window that is a floating window with all the controls and functions you need using a utility layout table. then any features you need like step thru pages can be done on the floating window - targeting the title of the preview window by name. and then when you execute a print or close option the script would run to close the "option floating window and the preview window"
Seeker4 Posted July 16, 2014 Author Posted July 16, 2014 Thank you, but, ugh, I don't care for that approach. I guess the ability to modify the status bar in the way I want is not exposed. I'll think on my options.
Ocean West Posted July 16, 2014 Posted July 16, 2014 alternatively you could establish CUSTOM MENUS when in preview this will provide features you need to perform and any thing exposed in the TOOLBAR would perform your customized scripts vs the DEFAULT ones.
Seeker4 Posted July 16, 2014 Author Posted July 16, 2014 So I could create a custom menu that would cause the tools I don't want used to be ignored or operate differently if the user clicked on them. Not quite as nice as removing the visual component as well, but that may work. Thanks!
Recommended Posts
This topic is 3781 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