How do I hide page numbers at the end?
Best regards
Nadir Akyýldýz.
Search found 12 matches
- Tue Nov 24, 2009 8:45 am
- Forum: ScaleRichView
- Topic: How to hide page numbers
- Replies: 1
- Views: 21528
- Mon Nov 09, 2009 7:19 am
- Forum: Support
- Topic: table content is longer than one page
- Replies: 2
- Views: 13843
- Mon Nov 09, 2009 6:22 am
- Forum: Support
- Topic: table content is longer than one page
- Replies: 2
- Views: 13843
table content is longer than one page
Dear Sergey,
I create table with SrichviewEdit. Sometimes The content of this table is longer than one page. In this case, the table doesn't overflow the second page and Contents of the table doesn't fit into one page
How do I provide to the second page table overflow
Sincerely,
Nadir Akyýldýz
I create table with SrichviewEdit. Sometimes The content of this table is longer than one page. In this case, the table doesn't overflow the second page and Contents of the table doesn't fit into one page
How do I provide to the second page table overflow
Sincerely,
Nadir Akyýldýz
- Mon Aug 10, 2009 8:22 am
- Forum: Support
- Topic: Printing Problem with brother MFC-7320
- Replies: 5
- Views: 21790
- Mon Aug 10, 2009 6:01 am
- Forum: Support
- Topic: Printing Problem with brother MFC-7320
- Replies: 5
- Views: 21790
- Fri Aug 07, 2009 12:20 pm
- Forum: Support
- Topic: Printing Problem with brother MFC-7320
- Replies: 5
- Views: 21790
Printing Problem with brother MFC-7320
When I try to print a page from that created with SRichViewEdit, it prints just a blank page. But When I print From Office Word or Fast Report it prints correctly. Is there a way to solve this problem?
Printer:Brother MFC-7320
Thanks
Best Regards
Printer:Brother MFC-7320
Thanks
Best Regards
- Tue Aug 04, 2009 6:06 am
- Forum: Support
- Topic: How to separate srichviewedit To pages
- Replies: 6
- Views: 21519
- Mon Aug 03, 2009 7:09 am
- Forum: Support
- Topic: How to separate srichviewedit To pages
- Replies: 6
- Views: 21519
there is an example for my problem
thanks
Best Regards
Code: Select all
http://rs684.rapidshare.com/files/263137251/problem.zip
Best Regards
- Sat Aug 01, 2009 9:17 am
- Forum: Support
- Topic: How to separate srichviewedit To pages
- Replies: 6
- Views: 21519
- Thu Jul 30, 2009 2:52 pm
- Forum: Support
- Topic: How to separate srichviewedit To pages
- Replies: 6
- Views: 21519
How to separate srichviewedit To pages
Srichviewedit has 29 pages. I find special cracters on it then convert to some long text.
But every page gets empty line on begining of the document because of my external edition. Generally pages contains 15 lines of text
For Example, Is there any way to do that;
for i:=0 to srichviewedit ...
But every page gets empty line on begining of the document because of my external edition. Generally pages contains 15 lines of text
For Example, Is there any way to do that;
for i:=0 to srichviewedit ...
- Sat Jul 25, 2009 10:32 am
- Forum: Support
- Topic: Create table then RichViewEdit.Clear Problem
- Replies: 1
- Views: 10426
Create table then RichViewEdit.Clear Problem
These codes add the table and looks fine but If I clear the RichViewEdit then get error from procedure TCustomRVData.Clear
SRE.RichViewEdit.InsertItem('', Table); This line run 2 times. If run 1 times ther isnt't any problem
I can't clear or I can't Free the form couse this problem.
Sorry For my ...
SRE.RichViewEdit.InsertItem('', Table); This line run 2 times. If run 1 times ther isnt't any problem
I can't clear or I can't Free the form couse this problem.
Sorry For my ...
- Thu May 21, 2009 8:48 am
- Forum: Support
- Topic: insert a part of bold text
- Replies: 1
- Views: 11198
insert a part of bold text
I prepare a text then insert to the TSRichviewEdit. But Text contains some special words like <b>mail</b> to <b>ME</b>. How can I make bold these words in TSRichviewEdit.
example;
mail to ME .
I have to uses RichViewEdit.InsertText('<b>mail</b> to <b>ME</b>.', False);
for i := 0 to SL_1.Count ...
example;
mail to ME .
I have to uses RichViewEdit.InsertText('<b>mail</b> to <b>ME</b>.', False);
for i := 0 to SL_1.Count ...