Search found 91 matches

by BernhardRoos
Tue Nov 03, 2015 7:24 am
Forum: Support
Topic: SaveHTMLEx - html use with Outlook
Replies: 8
Views: 27116

Hello Sergey,

I've also tested this line with Outlook. But it doesn't work ok. Outlook only works ok with the style Attribute.

Also don't work "file://d:/roostest/image1.jpg". It must be "fille://d:\roostest\image1.jpg" (backslashes instead of slashes)

Best wishes
Bernhard
by BernhardRoos
Mon Nov 02, 2015 2:06 pm
Forum: Support
Topic: SaveHTMLEx - html use with Outlook
Replies: 8
Views: 27116

Now, I find the real difference. Please Forget my previous post. Richview makes the following line : <p><img width=149 height=149 alt="" src="d:/roostest/image1.jpg"></p> This don't work with Outlook. The following line works with Outlook : <div><img style="width: 148px; hei...
by BernhardRoos
Mon Nov 02, 2015 1:07 pm
Forum: Support
Topic: SaveHTMLEx - html use with Outlook
Replies: 8
Views: 27116

Thanks for your answer. But if I'm exporting a Report (which contains Richview Components) with eDocEngine, it works, although the Image files are separated files. But eDocEngine has other Problems, so I want to use the html Export of TRichview. The difference of eDocEngine and TRichview is the foll...
by BernhardRoos
Mon Nov 02, 2015 8:45 am
Forum: Support
Topic: SaveHTMLEx - html use with Outlook
Replies: 8
Views: 27116

SaveHTMLEx - html use with Outlook

Hello, I'm exporting in our application Richview Data to HTML like the following Code : rv.RichView.SaveHTMLEx(sFile, '', 'image', '', '', '', [rvsoUseItemImageFileNames, rvsoOverrideImages, rvsoForceNonTextCSS]); The html contains Images, which are saved in separated files. The Internet Explorer an...
by BernhardRoos
Thu Sep 04, 2014 1:11 pm
Forum: Support
Topic: LoadRTF without font but with bold, underline, italic format
Replies: 1
Views: 9914

LoadRTF without font but with bold, underline, italic format

Hello, I want at runtime Import RTF Streams, but without the font and size. It should use the font and size of the item Position. But other formatting of the rtf should be used, for example bold, underline, italic. Is there a way to do this : I have the following code : RVData.DeleteItems(i, 1); Str...
by BernhardRoos
Fri Jul 19, 2013 6:06 am
Forum: Support
Topic: Addict parser
Replies: 7
Views: 22374

Thanks for your answer. Now it works. But I've seen in the simple demo, that there is a PopupMenu and the Menu is creating at runtime. But the Addict Spelling component has already a popup menu. Can I use this PopupMenu automatically? (If I'm using standard components like TMemo then Addict uses aut...
by BernhardRoos
Thu Jul 18, 2013 1:27 pm
Forum: Support
Topic: Addict parser
Replies: 7
Views: 22374

Now it works. Thanks. But in my Editorform I can't activate the Live Spelling. I only call in the FormCreate RichviewEdit1.StartLiveSpelling; But this seems not the only thing, I have to do. How can I say the TRVAddictSpell Component that it in the RichviewEdit1 should activate the LiveSpelling. I'v...
by BernhardRoos
Wed Jul 17, 2013 7:59 am
Forum: Support
Topic: Addict parser
Replies: 7
Views: 22374

Thanks for your answer. I've recompiled addict4_d17 and checked of duplicated bpl and dcp files. All seems good. But I'm not able to compile and install the parser. The exact error is [dcc32 Fataler Fehler] addict4_d17.dpk(1): E2225 'Never-build' Package 'addict4_d17' muss neu compiliert werden But ...
by BernhardRoos
Tue Jul 16, 2013 12:40 pm
Forum: Support
Topic: Addict parser
Replies: 7
Views: 22374

Addict parser

Hello, we've bought Addict Spelling Component (version 4.5) and so I've downloaded on your website the parser for this Third Party product and tried to compile the Addict4_Richview_dxe3.dproj package. But I get the compiler error "Never build package addict4_d17 must recompile". Any ideas ...
by BernhardRoos
Thu Jun 20, 2013 7:48 am
Forum: Support
Topic: Wingdings font problem
Replies: 23
Views: 58800

Thanks for the files. I've installed now RV14.5 and copied the four changed files in the RV folder. Then I've recompiled all packages and my application. But the problem still exists. So we can say with the *A functions it works well. With the *W functions there seems be a problem. Probably I can li...
by BernhardRoos
Thu Jun 20, 2013 6:10 am
Forum: Support
Topic: Wingdings font problem
Replies: 23
Views: 58800

One further information.
If I'm using GetItemTextA and SetItemTextA it works also fine.
Only GetItemTextW and SetItemTextW has in my reports this problem.
Best wishes
Bernhard
by BernhardRoos
Thu Jun 20, 2013 5:54 am
Forum: Support
Topic: Wingdings font problem
Replies: 23
Views: 58800

Thanks for the info.

Is this a complicated change in RVInsertStringW? If not, can you please tell me what is to change? So I can change it in the source code of RV and test it with my reports (with the *W functions).

Best wishes
Bernhard
by BernhardRoos
Wed Jun 19, 2013 11:54 am
Forum: Support
Topic: Wingdings font problem
Replies: 23
Views: 58800

I have tested a lot of reports from our customer (and there are some very complicated reports with different fonts, tables in tables, input fields and so on). All works fine so far. So I think I can live with GetItemTextR and SetItemTextR. For our needs this functions does exactly what I expected. B...
by BernhardRoos
Wed Jun 19, 2013 11:23 am
Forum: Support
Topic: Wingdings font problem
Replies: 23
Views: 58800

But what is to do that GetItemTextW returns (in my special report example) the characters 'nnnnn' and not '......'. At design time in the reportbuilder all is shown correct. But at runtime after this routine has executed instead of 'nnnnn' there is suddently '......' (which shows then in wingdings a...
by BernhardRoos
Wed Jun 19, 2013 6:23 am
Forum: Support
Topic: Wingdings font problem
Replies: 23
Views: 58800

Thanks for the changes in my example. But this doesn't solve the problem. The problem is in the line GetItemTextW. Instead of the characters 'nnnnn' I get some other characters ('......'). 'nnnnn' are the correct characters. In Wingdings this are the black rectangle. If I'm using GetItemTextR all wo...