custom Report Explorer
In my v7 implementation of RB I have custom Report Explorer that (among
other things) has quite a few additional speedbuttons on the toolbar. I see
that the implementation fo the toolbar in v10 is now coded for runtime, so
what's the best way to to add in new buttons (with my icons) now?
other things) has quite a few additional speedbuttons on the toolbar. I see
that the implementation fo the toolbar in v10 is now coded for runtime, so
what's the best way to to add in new buttons (with my icons) now?
This discussion has been closed.
Comments
Below is an example that I tested using RB 10.02 and the report explorer
patch. I will email you the patch.
uses
ppExpFrm;
TppReportExplorerForm(ppReportExplorer1.Form).Toolbar.Items[0].Visible :=
False;
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com