Page 1 of 1

Problem with TRVIPNSubDocument

Posted: Mon Sep 12, 2022 6:57 am
by j.williams
I'm having trouble trying to convert RVF files that contain TRVIPNSubDocument to RTF.

When I try to load one of these files using TRichView.LoadRVF, it raises a EClassNotFound exception: 'Class TRVIPNSubDocument not found'.

Has anyone else dealt with the same issue and if so, is there anyway to convert these files?

Re: Problem with TRVIPNSubDocument

Posted: Mon Sep 12, 2022 7:20 pm
by Sergey Tkachenko
TRVIPNSubDocument is not TRichView class, so I guess this is a Delphi component inserted in TRichView.
Do you have this component?
If yes, call RegisterClasses([TRVIPNSubDocument]) before the first RVF loading.