Tool tips on reports
The broken tool tips are becoming a problem. Will these not work until the
new version comes out? Is there a patch? When is the new version of
ReportBuilder due?
Regards,
Kieron
--
--
Kieron G Smith
helpIT systems ltd
kieron@finditx.com
http://wwww.helpit.co.uk/
This discussion has been closed.
Comments
unit ShowHintPreviewPlugin;
interface
uses
ppPreview, ppTypes;
type
{@TppShowHintPreviewPlugin}
TppShowHintPreviewPlugin = class(TppPreview)
public
procedure BeforePreview; override;
end;
implementation
procedure TppShowHintPreviewPlugin.BeforePreview;
begin
inherited BeforePreview;
Toolbar.ShowHint := True;
end;
initialization
TppPreviewPlugIn.Register(TppShowHintPreviewPlugin);
finalization
TppPreviewPlugIn.UnRegister(TppShowHintPreviewPlugin);
end.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com