trichview.com

trichview.support




Load document to RPortBuilder from RV


Return to index


Author

Message

Luis Diaz

Posted: 03/04/2005 14:28:00


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