Search found 9 matches

by arnfinn
Thu Sep 29, 2011 9:57 am
Forum: Support
Topic: Problems with TppArchiveReader
Replies: 4
Views: 14158

Hi!
Have you received my m@il?

Arnfinn
by arnfinn
Wed Sep 28, 2011 6:05 am
Forum: Support
Topic: Problems with TppArchiveReader
Replies: 4
Views: 14158

You got m@il.

Arnfinn
by arnfinn
Tue Sep 27, 2011 11:18 am
Forum: Support
Topic: Problems with TppArchiveReader
Replies: 4
Views: 14158

Problems with TppArchiveReader

Hi! When I try to read a *.Raf files the 4 last lins on page 1 are repeted on page 2. I have used this code: procedure TForm1.cxButton1Click(Sender: TObject); begin ppArchiveReader1.ArchiveFileName := 'C:\17896.raf'; if FileExists(ppArchiveReader1.ArchiveFileName) then begin try ppArchiveReader1 ...
by arnfinn
Fri Sep 23, 2011 7:42 am
Forum: Support
Topic: TRichViewXML : SaveToStream ... LoadFromStream
Replies: 15
Views: 44843

Hi!
Thx this made the trick. It is obvious but easy to forgett.

Arnfinn
by arnfinn
Wed Sep 21, 2011 1:52 pm
Forum: Support
Topic: TRichViewXML : SaveToStream ... LoadFromStream
Replies: 15
Views: 44843

you got m@il.

Arnfinn
by arnfinn
Wed Sep 21, 2011 1:34 pm
Forum: Support
Topic: TRichViewXML : SaveToStream ... LoadFromStream
Replies: 15
Views: 44843

Hi!
Give me an email address and I will send it to you.

Thx.
by arnfinn
Wed Sep 21, 2011 1:12 pm
Forum: Support
Topic: TRichViewXML : SaveToStream ... LoadFromStream
Replies: 15
Views: 44843

Her is the code. I have made a DBRichView and the purpose is to copy from one to the other with the help of stream. I see that the stream has data butt the destination is empty. it is the line Dest.InsertRTFFromStreamEd(Stream); that is the problem. Dest is empty. Can you pleas help? procedure ...
by arnfinn
Wed Sep 21, 2011 11:29 am
Forum: Support
Topic: TRichViewXML : SaveToStream ... LoadFromStream
Replies: 15
Views: 44843

RichView

Hi!
I hvae a sample file. Wher do I send it??

Arnfinn.
by arnfinn
Wed Sep 21, 2011 8:27 am
Forum: Support
Topic: TRichViewXML : SaveToStream ... LoadFromStream
Replies: 15
Views: 44843

InsertFromStreamEd

Hi!

I have the same problem. The destenation is empty.
Code:
Source.SaveRTFToStream(Stream, False);
Stream.Position := 0;
stream.SaveToFile('C:\streamtest.txt');
Stream.Position := 0;
Dest.InsertRTFFromStreamEd(Stream);
Dest.Format;