Search found 9411 matches

by Sergey Tkachenko
Mon Apr 09, 2007 4:15 pm
Forum: Support
Topic: ppRichView.dcu File cannot be found
Replies: 1
Views: 7859

ppRichView is a TRichView wrapper for Report Builder. Download links for TRichView version 1.9.24: ReportBuilder 9 and 10: http://www.trichview.com/resources/reportbuilder/rvrb9.zip ReportBuilder 7: http://www.trichview.com/resources/reportbuilder/rvrb.zip Download links for newer version of TRichVi...
by Sergey Tkachenko
Mon Apr 09, 2007 4:12 pm
Forum: Support
Topic: DBRichView Problems
Replies: 1
Views: 7955

If you show a new form for editing rich text field in database using TDBRichViewEdit, error can occur. This is a known problem. The solution is simple. Instead of linking DBRichViewEdit to table at design time, do it in Form.OnCreate. For example, leave DataField property of DBRichViewEdit clear in ...
by Sergey Tkachenko
Thu Apr 05, 2007 3:16 pm
Forum: Support
Topic: What type of data field needed
Replies: 4
Views: 13013

Where do you define table structure?
by Sergey Tkachenko
Thu Apr 05, 2007 3:15 pm
Forum: Support
Topic: caret at strange position
Replies: 7
Views: 18142

Can you send me a demo reproducing this problem?
by Sergey Tkachenko
Thu Apr 05, 2007 3:14 pm
Forum: Support
Topic: position after inserting TAB
Replies: 6
Views: 16104

I cannot reproduce this problem.

Do you have some TRichViewEdit events assigned?
by Sergey Tkachenko
Mon Apr 02, 2007 6:39 am
Forum: Support
Topic: Picture Alignment...again ;-)
Replies: 18
Views: 50170

These updates were sponsored, so they were done out of turn. I need to complete footnotes yet.
Picture align will be next in turn.
But, probably, some break in changes will be before, to release next stable version. The current changes were in beta stage too long.
Sorry
by Sergey Tkachenko
Thu Mar 29, 2007 2:40 pm
Forum: Support
Topic: What type of data field needed
Replies: 4
Views: 13013

Sorry, I do not know its name.
It must be able to contain arbitrary binary data
(or, if you set FieldFormat=rvdbRTF, it may be a memo field)
by Sergey Tkachenko
Thu Mar 29, 2007 2:37 pm
Forum: Support
Topic: Print as Image
Replies: 1
Views: 9834

You can use MakeScaledPreview to draw preview in larger bitmap.
by Sergey Tkachenko
Thu Mar 29, 2007 2:24 pm
Forum: Support
Topic: Problem with break line
Replies: 1
Views: 8475

Please send me this RTF file.
by Sergey Tkachenko
Wed Mar 28, 2007 5:27 pm
Forum: Support
Topic: Loading text in columns
Replies: 4
Views: 11974

No. It's not possible, it's a table, not real columns.
Columns are not supported yet.
You can print document in two columns using TRVReportHelper, though
by Sergey Tkachenko
Wed Mar 28, 2007 4:03 pm
Forum: Support
Topic: One RVData in separate TRichViewEdits?
Replies: 1
Views: 7896

not implemented
by Sergey Tkachenko
Wed Mar 28, 2007 4:03 pm
Forum: Support
Topic: Loading text in columns
Replies: 4
Views: 11974

Only separating it in two pieces and loading in table with 2 columns
by Sergey Tkachenko
Wed Mar 28, 2007 4:02 pm
Forum: Support
Topic: Get First line in view .. how to ?
Replies: 2
Views: 9222

RichView.FirstItemVisible ?
by Sergey Tkachenko
Tue Mar 27, 2007 6:30 pm
Forum: Support
Topic: Traversing hyperlinks
Replies: 8
Views: 20340

{ Returns (and creates, if required) text style having all properties of the StyleNo-th style, but yellow on navy } function GetNewLinkStyleNo(RVStyle: TRVStyle; StyleNo: Integer): Integer; var TextStyle: TFontInfo; begin TextStyle := TFontInfo.Create(nil); TextStyle.Assign(RVStyle.TextStyles[Style...
by Sergey Tkachenko
Fri Mar 23, 2007 7:53 am
Forum: Support
Topic: Programatically Delete a table
Replies: 7
Views: 18928

Probably the error is because of mixing use of editing and not editing operations (editing-style and viewer-style methods)
Try to convert it back to TRichView, may be I can suggest how to implement that "something" in TRichView instead of editor.