View Full Version : remove toolbar in report preview


Happy YN
02-02-2002, 12:40 PM
Hi I want to remove the toolbar that opens in report preview & just remain with the close button.How do I go about this programatically?
Thanks

D B Lawson
02-02-2002, 01:52 PM
You can create a custom toolbar with just the close button on it and then in the reports properties, under Other, Toolbar, select the name of the custom toolbar. In View/Toolbars, deselect the standard ones to stop them showing in design view of the report.

Happy YN
02-02-2002, 03:34 PM
Thanks
Will that just work on my own copy of access or is it built into the report so wherever this file is installed it will behave that way? I suspect view /toolbars is a setting on my version of access not directly to the report in which case isn't it better I do this programatically & how do I do this?
the main desire is to remove the standard toolbar,the close "x" button will probably remain
thanks once again

Happy YN
02-05-2002, 06:45 PM
Any more info on this?
thanks

D B Lawson
02-07-2002, 03:24 AM
The toolbar should copy over to any machine that you instal that version on to, it's saved within the database. If you are creating a blank database and importing information in you can take any custom toolbars too by selection the Menus/Toolbars option on the Import Objects dialog

Happy YN
02-07-2002, 05:38 AM
thanks i'll try it!