Search found 18 matches

by pruettm
Tue Sep 20, 2016 2:01 pm
Forum: Support
Topic: Cannot load image in TRichView
Replies: 2
Views: 11061

This resolved the issue. Thank you very much.
by pruettm
Mon Sep 19, 2016 11:56 pm
Forum: Support
Topic: Cannot load image in TRichView
Replies: 2
Views: 11061

Cannot load image in TRichView

I have a RVF I am loading from a DB Stream that has 3 image files embedded in it. The first 2 load successfully, but the 3rd does not appear. Funny enough I have a TRichView in our main application that shows it, but every attempt to load it in any other example fails. I am sorry that I cannot provi...
by pruettm
Thu Mar 03, 2016 4:26 pm
Forum: Support
Topic: TRVOfficeConverter
Replies: 5
Views: 15896

That's unfortunate. Our clients primarily use .DOC files.
by pruettm
Thu Mar 03, 2016 2:36 pm
Forum: Support
Topic: TRVOfficeConverter
Replies: 5
Views: 15896

Minor edit: It was a word 2013 document saved as word 2003 format.

Is this a known bug? I was hoping this was a minor issue with an easy fix.
by pruettm
Fri Feb 26, 2016 3:22 pm
Forum: Support
Topic: TRVOfficeConverter
Replies: 5
Views: 15896

TRVOfficeConverter

I have an application that allows a user to load MS Word Documents and displays them to a user. It's not guaranteed that these users will have Microsoft Word installed on their computers. I was hoping that I can import them using the TRVOfficeConverter component and convert the .DOC and .DOCX files ...
by pruettm
Wed May 13, 2015 12:35 pm
Forum: Support
Topic: Special header on page 1
Replies: 3
Views: 13529

What version of TSRichViewEdit was this introduced in? I am using v5.9.6 I'm not seeing this property.
by pruettm
Tue May 12, 2015 6:31 pm
Forum: Support
Topic: Special header on page 1
Replies: 3
Views: 13529

Special header on page 1

Is it possible to have a different header for page 1 of a TSRichViewEdit document, but every remaining page to have a standard header?
by pruettm
Tue Apr 21, 2015 1:37 pm
Forum: Support
Topic: Preventing a page break between table rows
Replies: 3
Views: 13635

I see from this post that in ScaleRichView does not support pagebreaks within tables. Is there a work around to split a row with more than a page's worth of content across multiple pages?

As always, thank you.
by pruettm
Fri Apr 17, 2015 2:04 pm
Forum: Support
Topic: InsertRVFFromStream loads the content underlined
Replies: 8
Views: 23596

If I comment that code out, the insert that occurs after that appears normal.
by pruettm
Fri Apr 17, 2015 2:03 pm
Forum: Support
Topic: InsertRVFFromStream loads the content underlined
Replies: 8
Views: 23596

Sorry for the triple post, but I think I have some more information. Just before inserting the questionable RVF content from stream. I am doing another insert of different content from stream. The difference is that this content is being inserted into a table via the TRVtableItemInfo.InsertRVFFromSt...
by pruettm
Fri Apr 17, 2015 1:31 pm
Forum: Support
Topic: InsertRVFFromStream loads the content underlined
Replies: 8
Views: 23596

Just a quick update, I did try and load the streamed content into a hidden RichviewEdit before loading that content into the primary target SRichviewEdit, but the results were still the same.
by pruettm
Mon Apr 13, 2015 3:43 pm
Forum: Support
Topic: InsertRVFFromStream loads the content underlined
Replies: 8
Views: 23596

I have sent you an example.

Thank you.
by pruettm
Fri Apr 10, 2015 9:02 pm
Forum: Support
Topic: InsertRVFFromStream loads the content underlined
Replies: 8
Views: 23596

1) RVF is stored without styles. Solution: Make sure that rvfoSaveTextStyles and rvfoSaveParaStyles are included in RVFOptions of the source editor. They are. 2) RVF is stored with styles, but they are not loaded. Solution: Make sure that RVFTextStylesReadMode=RVFParaStylesReadMode=rvf_sInsertMerge...
by pruettm
Thu Apr 09, 2015 8:46 pm
Forum: Support
Topic: InsertRVFFromStream loads the content underlined
Replies: 8
Views: 23596

InsertRVFFromStream loads the content underlined

I have a program that allows a user to type in some content and save the content into the database. I then load that content with some other data into a separate RichView and display it back to the user. The data is loading underlined with inserting it into a separate RichView despite the original c...
by pruettm
Mon Apr 06, 2015 5:32 pm
Forum: Support
Topic: Preventing a page break between table rows
Replies: 3
Views: 13635

Preventing a page break between table rows

In my application, I am inserting 2 row tables, one holding a header, and the other holding the content. In one of my test examples, a page break is occurring between the first and last row. Is it possible to keep two rows together without having to programatically place a page break before insertin...