Problem with TRVIPNSubDocument

General TRichView support forum. Please post your questions here
Post Reply
j.williams
Posts: 1
Joined: Mon Sep 12, 2022 6:47 am

Problem with TRVIPNSubDocument

Post 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?
Sergey Tkachenko
Site Admin
Posts: 17254
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Problem with TRVIPNSubDocument

Post 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.
Post Reply