My duty is converting from Delphi 3 source to Delphi 7 source.
The rvf file saved from Delphi3 is loaded well in Delphi 7.
But the rvf file saved from Delphi 7 is unloaded well in Delphi 3.
Just White page is showen. That is, the data is not showen.
I want to load rvf file saved from Delphi 7 in Delphi 3.
The TRichViewEdit version is 1.9.24.
rvf file loading problem.
-
- Posts: 20
- Joined: Fri Sep 01, 2006 4:20 am
- Location: seoul korea
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
send rvf file
i sent e-mail
i am korean..
error message :
Error reading TFontInfo.FontName invalid property value ...
i am korean..
error message :
Error reading TFontInfo.FontName invalid property value ...
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
then .. it's impossibility?
then it's problem impossibility?
if without respect to open possibility?
tech me. please ..
it's very importance...
if without respect to open possibility?
tech me. please ..
it's very importance...
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
I am afraid you need to convert documents in another formats, if you want to save them in Delphi 7 app and load both in Delphi 7 and Delphi 3 app.
For example, save RVF document without styles (rvfoSaveTextStyles, evfoSaveParaStyles excluded from RVFOptions), and save styles separately in ini-file (RVStyle.SaveINI)
For example, save RVF document without styles (rvfoSaveTextStyles, evfoSaveParaStyles excluded from RVFOptions), and save styles separately in ini-file (RVStyle.SaveINI)
LoadRTFFromStream <-> SaveRTFFromStream
i test it.
delphi 7 -> savertffromstream
delphi 3 -> loadrtffromstream .
then it's success.
but, savervffromstream , loadrvffromstream is error .
it's delphi stream problem?
delphi 7 -> savertffromstream
delphi 3 -> loadrtffromstream .
then it's success.
but, savervffromstream , loadrvffromstream is error .
it's delphi stream problem?
-
- Site Admin
- Posts: 17557
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: