Designer issues
How or where can I set the more recent files quantity for the designer?.
When the designer is opened and a report is loaded or created in the File
Menu option the last 5 viewed files appeared at the bottom.
Also how can in hide the Page menu that appears at the left side of the
preview when the Preview Tab is selected, if you right click and hide it,
does the work, I would like to do it in the code, so it is going to be hid
always.
Thanks.
--- posted by geoForum on http://delphi.newswhat.com
When the designer is opened and a report is loaded or created in the File
Menu option the last 5 viewed files appeared at the bottom.
Also how can in hide the Page menu that appears at the left side of the
preview when the Preview Tab is selected, if you right click and hide it,
does the work, I would like to do it in the code, so it is going to be hid
always.
Thanks.
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
Take a look at the following example on how to customize the menu of the
designer. You can also control the files and the number of files displayed
using the RBuilder.ini file that is saved in your \Windows\ directory.
http://www.digital-metaphors.com/tips/Designer10_CustomizeMenusAndToolbars.zip
You can use the OutlineSettings property of the report to control the Report
Outline. Setting the visible property to False will keep in invisible,
setting the Enabled property to False will also prevent your users from
loading it.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com