Hi,
Im loading a RTF file to a ReportHelper.
After that I copy from ReportHelper to RichView. How is it possible to take on the formatting of the RTF document?
Make sure that RVReportHelper.RichView has the following values of properties:
RTFReadProperties.TextStyleMode = rvrsAddIfNeeded
RTFReadProperties.ParaStyleMode = rvrsAddIfNeeded
RVFOptions includes rvfoSaveTextStyles, rvfoSaveParaStyles
And the destination RichView has the following values of properties:
RVFTextStylesReadMode = rvf_sInsertMerge
RVFParaStylesReadMode = rvf_sInsertMerge