v14.12.6 load issue
Posted: Thu Jul 23, 2026 11:14 pm
Hi,
I have TRichview v14.12.6 which loads and displays an rvf file with prefix 8131 correctly but does does not load a file with prefix 8132 and indicates there are no errors either.
From documentation it seems like this version should be able to load both formats - code as below,
rchvw1.RVFOptions := [rvfoConvUnknownStylesToZero, rvfoConvLargeImageIdxToZero];
if rchvw1.LoadRVF(dlgopen.FileName) then
begin
ShowMessage(dlgopen.FileName);
rchvw1.Format;
rchvw1.Invalidate;
rchvw1.Update;
end
else
begin
ShowMessage(RVFWarningsToString(rchvw1.RVFWarnings));
end;
For 8132 it always ends up in else block but says there are '[none]' errors
Any assistance appreciated.
I have TRichview v14.12.6 which loads and displays an rvf file with prefix 8131 correctly but does does not load a file with prefix 8132 and indicates there are no errors either.
From documentation it seems like this version should be able to load both formats - code as below,
rchvw1.RVFOptions := [rvfoConvUnknownStylesToZero, rvfoConvLargeImageIdxToZero];
if rchvw1.LoadRVF(dlgopen.FileName) then
begin
ShowMessage(dlgopen.FileName);
rchvw1.Format;
rchvw1.Invalidate;
rchvw1.Update;
end
else
begin
ShowMessage(RVFWarningsToString(rchvw1.RVFWarnings));
end;
For 8132 it always ends up in else block but says there are '[none]' errors
Any assistance appreciated.