Search found 6 matches
- Tue Dec 06, 2005 1:51 am
- Forum: Support
- Topic: how can i search a string in RVF file or RVF stream?
- Replies: 2
- Views: 16987
thanks a lot
thanks a lot
- Sat Dec 03, 2005 12:48 pm
- Forum: Support
- Topic: how can i search a string in RVF file or RVF stream?
- Replies: 2
- Views: 16987
how can i search a string in RVF file or RVF stream?
i saved the rvf stream of Trichvieweditor in a database, then i want to search some string in the rvf stream loaded from the database, how can i do it ?
thanks
thanks
- Wed Nov 23, 2005 2:55 pm
- Forum: Support
- Topic: SaveRVFToStream problem (TRichView 1.9.11)
- Replies: 1
- Views: 13205
SaveRVFToStream problem (TRichView 1.9.11)
i find a problem. rv1 can show the content of file, but rv2 show nothing !
why? how can i do it?
this is the problem code:
procedure TForm1.Button1Click(Sender: TObject);
var
s: TMemoryStream;
begin
s:= TMemoryStream.Create;
rv.LoadRVF('c:\tmp.rvf');
rv.Format;
rv.SaveRVFToStream(s, false ...
why? how can i do it?
this is the problem code:
procedure TForm1.Button1Click(Sender: TObject);
var
s: TMemoryStream;
begin
s:= TMemoryStream.Create;
rv.LoadRVF('c:\tmp.rvf');
rv.Format;
rv.SaveRVFToStream(s, false ...
- Tue Nov 08, 2005 12:29 am
- Forum: Support
- Topic: VScrollMax problem
- Replies: 3
- Views: 23163
reply
yes, i did it after the call of format.
- Mon Nov 07, 2005 2:36 am
- Forum: Support
- Topic: VScrollMax problem
- Replies: 3
- Views: 23163
VScrollMax problem
I load a rvf file in TRichViewEdit, and show the value of vscrollmax. I get a number (333), after some vscroll operation, I get the vscrollmax value of the same rvf file, but it become 3353. why ?
- Sun Nov 06, 2005 11:55 am
- Forum: Support
- Topic: New support forums. Please read.
- Replies: 23
- Views: 186392
maybe the newsgroup is better, i think
maybe the newsgroup is better, i think