Search found 9730 matches
- Mon Nov 10, 2008 4:15 pm
- Forum: ScaleRichView
- Topic: Problem with unitsprogram property
- Replies: 7
- Views: 45968
- Mon Nov 10, 2008 6:37 am
- Forum: Support
- Topic: Problem in difference between main page and print preview
- Replies: 1
- Views: 10676
- Sat Nov 08, 2008 11:26 am
- Forum: Examples, Demos
- Topic: [Demo] Creating table from several RichViewEdits
- Replies: 0
- Views: 38411
[Demo] Creating table from several RichViewEdits
This demo has 3 TRichViewEdit controls containing source documents.
When you press a button, the demo creates 1 x 3 table and copies contents of the source editors to it cells.
When you press a button, the demo creates 1 x 3 table and copies contents of the source editors to it cells.
- Fri Nov 07, 2008 4:17 pm
- Forum: Support
- Topic: How to set title property for hyperlinks
- Replies: 4
- Views: 14989
- Wed Nov 05, 2008 4:35 pm
- Forum: Support
- Topic: How to set title property for hyperlinks
- Replies: 4
- Views: 14989
- Tue Nov 04, 2008 6:13 pm
- Forum: Support
- Topic: Memory error
- Replies: 1
- Views: 8056
- Tue Nov 04, 2008 6:12 pm
- Forum: Support
- Topic: Copy Images as a Text to Clipboard
- Replies: 2
- Views: 12953
- Sun Nov 02, 2008 4:01 pm
- Forum: Support
- Topic: Auto pagebreak
- Replies: 3
- Views: 12806
- Sun Nov 02, 2008 11:26 am
- Forum: ScaleRichView
- Topic: Problem with unitsprogram property
- Replies: 7
- Views: 45968
- Sun Nov 02, 2008 11:13 am
- Forum: Support
- Topic: Auto pagebreak
- Replies: 3
- Views: 12806
ScaleRichView includes a DB component too (TDBSRichViewEdit).
I am not sure that do you meand by auto-page breaks. Do you want to display page breaks? I am afraid this cannot be implemented efficiently in TDBRichViewEdit. Page breaks can be displayed only when the document is formatted for printing ...
I am not sure that do you meand by auto-page breaks. Do you want to display page breaks? I am afraid this cannot be implemented efficiently in TDBRichViewEdit. Page breaks can be displayed only when the document is formatted for printing ...
- Sun Nov 02, 2008 11:00 am
- Forum: Support
- Topic: Need help for save and restore the page properties
- Replies: 10
- Views: 34125
Unfortunately, SRVE cannot update margins automatically after calling SRVE.RichViewEdit.LoadRVF.
You need to call
Or you can call
You need to call
Code: Select all
SRVE.RichViewEdit.LoadRVF(...); // or LoadRTF
SRVE.SetRVMargin;
SRVE.Format;
Code: Select all
SRVE.LoadRVF(...);
SRVE.Format;
- Sat Nov 01, 2008 11:32 am
- Forum: ScaleRichView
- Topic: Table Actions Disabled
- Replies: 2
- Views: 23114
- Tue Oct 28, 2008 2:07 pm
- Forum: Support
- Topic: Operate On Table NOT In rvtoEditing
- Replies: 2
- Views: 12051
- Sun Oct 26, 2008 5:57 pm
- Forum: Support
- Topic: Newbie Font Color Questions
- Replies: 2
- Views: 8990
- Sun Oct 26, 2008 5:51 pm
- Forum: Support
- Topic: TRVReportHelper problems
- Replies: 8
- Views: 31914