How to show Outline in TppViewer
My app has its own report viewer using TppViewer. I can't work out how to
get it to show the outline view. I want my users to be able to use the
simple text search facility and I'm assuming I must have the outline mode
turned on for this.
The help file just seems to refer to the built in viewer.
get it to show the outline view. I want my users to be able to use the
simple text search facility and I'm assuming I must have the outline mode
turned on for this.
The help file just seems to refer to the built in viewer.
This discussion has been closed.
Comments
See the following example on adding an outline to a TppViewer.
http://www.digital-metaphors.com/tips/AddOultineToTppViewer.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
the search facility to show even using the following statements:
Report.OutlineSettings.Enabled := True;
Report.OutlineSettings.Visible := True;
Report.TextSearchSettings.Enabled := True;
Report.TextSearchSettings.Visible := True;
Is there a way I can call the search directly without having to use the
outline ?
I would have expected to see some methods like TextSearch(Text: String),
SearchNext, SearchPrev or am I missing something ?
to a completely re-designed preview window (built from scratch).
http://www.digital-metaphors.com/tips/ReplaceFormAndAddSearch.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com