trichview.support
Re: Load document to RPortBuilder from RV |
Author |
Message |
Sergey Tkachenko |
Posted: 03/05/2005 21:39:30 Some error occurs when loading RVF. Make sure that rvfoSaveTextStyles and rvfoSaveParaStyles are included in rve.RVFOptions > > with this code: > > s:=TMemoryStream.Create; > rve.SaveRVFToStream(s,false); > s.Position:=0; > IF rvp.RichView.LoadRVFFromStream(s) THEN > SHOWMESSAGE('YES') > ELSE > SHOWMESSAGE('NO') > > rvp is TppRichView, rve is a not empty TRichViewEdit and result is SHOWMESSAGE('NO'). > why? |
Powered by ABC Amber Outlook Express Converter