Search found 5 matches

by salexn75
Wed Mar 20, 2024 7:57 am
Forum: Support
Topic: Insert Item into a Header\Footer
Replies: 3
Views: 4966

Insert Item into a Header\Footer

Hi! I have several questions: 1) I want to insert the page number into the Header or Footer. I did the same as the action procedure TPageNoSetupForm.btnOkClick(Sender: TObject); var Item: TRVPageNumberItemInfo; rve: TCustomRichViewEdit; begin fScaleRichView.PageProperty.PageNoFromNumber := ePageNo.V...
by salexn75
Mon Sep 06, 2010 8:17 am
Forum: Support
Topic: Table defect
Replies: 1
Views: 10591

Table defect

Hello,
I found defects:
I created document with table with 200 rows.
First page - all ok.
But on the second page a cursor is increased with every line.
Used “ActionTest” with ScaleRichView from download page
by salexn75
Tue Aug 24, 2010 8:52 pm
Forum: Support
Topic: Store PageNo options in file
Replies: 1
Views: 12278

Store PageNo options in file

How I can store page no options (such as visible, font, align) in document?
Mrthos SaveRVFToStreamEx doesn't store these parameters.
Thanks.
by salexn75
Thu Jul 15, 2010 10:41 am
Forum: Support
Topic: Export (save) to RTF without coontrol
Replies: 2
Views: 10607

Thanks!!!
by salexn75
Thu Jul 15, 2010 9:13 am
Forum: Support
Topic: Export (save) to RTF without coontrol
Replies: 2
Views: 10607

Export (save) to RTF without coontrol

I stored RVF file in database table.
Sometimes I need to the export file in RTF format. Is it possible to do without a form with the the RichView control?