Report Tree
I want to be able to hide the report tree in the TppDesigner when a new
report is opened. I've tried setting the Checked property to false on the
menu item, but it still shows and the View-Toolbars-Report Tree menu item is
still checked. Is it possible to not show the Report Tree by default? (Our
IniStorageType = IniNone). We are using report builder 11.07 & delphi 7
// Just a test -> TppDesigner.MainMenu.Items[2].Items[0].Items[4].Checked
:= False;
Daniel
report is opened. I've tried setting the Checked property to false on the
menu item, but it still shows and the View-Toolbars-Report Tree menu item is
still checked. Is it possible to not show the Report Tree by default? (Our
IniStorageType = IniNone). We are using report builder 11.07 & delphi 7
// Just a test -> TppDesigner.MainMenu.Items[2].Items[0].Items[4].Checked
:= False;
Daniel
This discussion has been closed.
Comments
The Designer needs the use of the ini information to automatically hide the
report tree. You will need to either re-enable it as a file or you have the
option of saving the information inside the registry. Note that the file or
registry settings will need to be present when you deploy your app as well.
Take a look at the following article and examples on manipulating the
designer with RB 11.
http://www.digital-metaphors.com/rbWiki/End-User/Designer/How_To...Customize_Designer_Menu_and_Toolbars
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com