Search found 58 matches

by agent86
Mon Nov 14, 2011 2:54 pm
Forum: Support
Topic: RichView 13 and ReportBuilder14 issues
Replies: 6
Views: 16491

Download non-trial versions of RichView 13.5?

Where do I download the non-trial version of RichView 13.5?
by agent86
Thu Nov 10, 2011 5:10 pm
Forum: Support
Topic: RichView 13 and ReportBuilder14 issues
Replies: 6
Views: 16491

RichView 13 and ReportBuilder14 issues

I use RichView 13 and ReportBuilder 14. Using the 1.2 ReportBuilder wrapper. It is a recent install of RichView13 and ReportBuilder14. I set up a new computer. Loaded Delphi 7. Loaded ReportBuilder14, then loaded RichView, RicViewActions and tried to load Report Builder Wrapper 1.2 I have tried to ...
by agent86
Fri Jun 17, 2011 6:00 am
Forum: Support
Topic: Plain text, apply style programmatically
Replies: 9
Views: 21742

Why is my font size 12 when we are telling it 10?

Do you see the reason I'm getting Font Size of 12 in my Font Size Combo Box instead of 10 as is designated in the procedure above?
by agent86
Tue Jun 14, 2011 3:15 pm
Forum: Support
Topic: Plain text, apply style programmatically
Replies: 9
Views: 21742

Sorry. Error in code...

I figured I goofed sometyhing up and I did! I had changed the variable to pt instead of s and forgot to change the s to pt. During my test phase I am using a string, pt, instead of reading from a database. The database will store plain text that must be formatted when I write to the dbrichview. The ...
by agent86
Tue Jun 14, 2011 4:07 am
Forum: Support
Topic: Plain text, apply style programmatically
Replies: 9
Views: 21742

I've done something wrong or did not understand...

This is my procedure. Did not work. I just used a single word for the test... procedure TReportWriterMainForm.ConvertPlainTextToRTFRVE ; var s, pt: TRVAnsiString; Stream: TMemoryStream; fs : string ; // font size begin // dbrichview rve.clear ; pt := 'Booga' ; Stream := TMemoryStream.Create; Stream ...
by agent86
Mon Jun 13, 2011 2:59 pm
Forum: Support
Topic: Plain text, apply style programmatically
Replies: 9
Views: 21742

Thank you...

I'll give this a try. Thank you...
by agent86
Mon Jun 13, 2011 2:30 am
Forum: Support
Topic: Plain text, apply style programmatically
Replies: 9
Views: 21742

Is there a solution to this problem?

See previos post...

I am still waiting for a solution if there is one. If not please let me know.
by agent86
Wed Jun 08, 2011 2:44 am
Forum: Support
Topic: Plain text, apply style programmatically
Replies: 9
Views: 21742

Plain text, apply style programmatically

RichView 13 I read plain text from a database to the DBRichViewEdit. It comes in as Arial font size 10. I would like it to take on the font and font size in the combo boxes. The default is Trebuchet, font size 10. Also if I select the plain text and click on font name combobox the text selected in ...
by agent86
Sun May 22, 2011 12:43 am
Forum: Support
Topic: Cursor goes to top after inserting text
Replies: 1
Views: 7767

Cursor goes to top after inserting text

Richview 13 After I add text to existing document with the following procedure the cursor jumps to the top of the document. Anyway to make the cursor go back where it was before the insertion? procedure TRetrieveAutoTextForm.AddReplacementText ; var Stream: TMemoryStream; i : integer ; begin Stream ...
by agent86
Sun May 22, 2011 12:37 am
Forum: Support
Topic: Red misspelled lines after add to dictionary.
Replies: 1
Views: 7915

Red misspelled lines after add to dictionary.

Delphi 7
RichView 13

After I add a word to dictionary the red line under the mispelling stays there. Anyway to turn it off after adding to dictionary without reloading document. I don't mind if it stays if I ignore the word.

Any ideas?

Thanks...
by agent86
Mon May 02, 2011 12:21 am
Forum: Support
Topic: Live spelling and popup menu
Replies: 1
Views: 7715

Live spelling and popup menu

Delphi 7
RichView13

I have live spelling turned on. When I get the red underline and right click it it does not give me spelling suggestions.

What have I forgot to do or set up?
by agent86
Wed Apr 06, 2011 6:58 pm
Forum: Support
Topic: ppRichView loaded but I can't find components
Replies: 5
Views: 13785

Seems to be installed

Component|Install Package|

TRichView Wrapper for ReportBuilder 11 has a check mark.

Will there be a ppRichView component on the RichView or Report Builder tabs on the componenet pallet?

If there is supposed to be a component on one of the component tabs maybe I installed it wrong.
by agent86
Wed Apr 06, 2011 5:47 pm
Forum: Support
Topic: ppRichView loaded but I can't find components
Replies: 5
Views: 13785

I installed wrapper for Report Builder 12 previously...

http://www.trichview.com/forums/viewtop ... highlight=

I did the things you listed here in this previous post. It installed fine. Where are components supposed to be? When I click on the report builder or richview tabs I do not see any ppRichview components.
by agent86
Wed Apr 06, 2011 3:47 pm
Forum: Support
Topic: ppRichView loaded but I can't find components
Replies: 5
Views: 13785

ppRichView loaded but I can't find components

Delphi 7 Enterprise
Report Builder 12

I have loaded the ppRichView wrapper but I can't find it?

Where is the ppRichView? Is there a ppDBRichView? How do I make them avaialble?

I've been through all the ppRichView posts and can't seem to figure out where they are.

Thanks
by agent86
Mon Mar 28, 2011 12:40 am
Forum: Support
Topic: Problem after reload of TRichview
Replies: 2
Views: 9521

More info...

Delphi 7 Enterprise
MS SQL 2000

I also get errors when I try to post the data back to the database. If I clear the DBRichViewEdit it updates the rest of the data fine.