Search found 3 matches

by MikeP
Fri Jun 06, 2014 4:07 pm
Forum: Support
Topic: How can I print ScaleRichView from Fastreport?
Replies: 2
Views: 15712

My progress

I'm amazed a simple example hasn't been directly provided.

I did it years ago by simply rendering it to a picture and including the picture in the report. that was too limited since we were then restricted to just one page. amazingly, it was enough for quite a while.

I've been making a linkage ...
by MikeP
Tue Sep 14, 2010 3:20 pm
Forum: Support
Topic: invalid meta file created by RichViewEdit1.RVData.PaintTo( )
Replies: 2
Views: 12694

Sergey Tkachenko wrote:Free mfCanvas BEFORE saving to a file.
i learned something new...thank you!
by MikeP
Mon Sep 13, 2010 7:25 pm
Forum: Support
Topic: invalid meta file created by RichViewEdit1.RVData.PaintTo( )
Replies: 2
Views: 12694

invalid meta file created by RichViewEdit1.RVData.PaintTo( )

the rvf file is simple...it only contains two words.

the resulting .wmf file is corrupt. the resulting .bmp file is good.

i'm surprised there are no attachments supported here; i'd include the sample app.

how can i fix this?

thank you!
mp

procedure TForm1.btnRenderToPictureClick(Sender: TObject ...