Search found 21 matches
- Wed Aug 01, 2018 2:29 pm
- Forum: Support
- Topic: Slight table size difference in version 17
- Replies: 4
- Views: 17710
Re: Slight table size difference in version 17
We were on 16.5 (and Berlin). The screenshot was taken by running our old build exe side by side with the new version.
- Wed Aug 01, 2018 12:08 am
- Forum: Support
- Topic: Slight table size difference in version 17
- Replies: 4
- Views: 17710
Re: Slight table size difference in version 17
Here is my example template file.
- Wed Aug 01, 2018 12:06 am
- Forum: Support
- Topic: Slight table size difference in version 17
- Replies: 4
- Views: 17710
Slight table size difference in version 17
Hello, I'm in the process of updating from an older version to 17.2.1 (also updating from Berlin to Tokyo). I am seeing a slight difference in table cell heights between the versions. It's minor, but over the height of a page, I'm losing about three lines. I am doing a mail merge with some table ...
- Fri Apr 10, 2015 2:35 pm
- Forum: ScaleRichView
- Topic: AV with a big font
- Replies: 5
- Views: 31719
Yes I'm sure it's an AV :D We did track this down to an install issue. We use the Arial Narrow font in our templates. The user had installed Office (which includes that font) but had not yet rebooted their computer. The font lookup normally just falls back to Arial if the Narrow version cannot be ...
- Thu Apr 09, 2015 5:57 pm
- Forum: ScaleRichView
- Topic: AV with a big font
- Replies: 5
- Views: 31719
I am running into the same error. However in my case I don't have a font that large. I have a customer who just purchased a new computer that is getting this on all our reports. We are performing a custom mail merge and displaying the results in a Scale Rich View. We are getting the AV on line 1895 ...
- Thu Jan 15, 2015 1:53 am
- Forum: Support
- Topic: Manually Set Page breaks before Split Tables
- Replies: 7
- Views: 27852
Thanks Sergey. That works great. Here is my modified code in case it is useful to anyone else: procedure TRvViewer.FixSplitTables; var CurrentPage: integer; ItemNo: integer; Offs: integer; RVData: TRichViewRVData; begin srvOutput.Reformat; RVData := srvOutput.RichViewEdit.RVData; // Use a while loop ...
- Tue Jan 06, 2015 1:55 pm
- Forum: Support
- Topic: Manually Set Page breaks before Split Tables
- Replies: 7
- Views: 27852
- Tue Jan 06, 2015 5:37 am
- Forum: Support
- Topic: Manually Set Page breaks before Split Tables
- Replies: 7
- Views: 27852
So as usual taking the time to write up the question made me think of a few things I had not tried yet. I'd still like to know if there is something I'm missing that is built in. Otherwise here is a working solution. ScaleRichView has a function that will give you the page number based on a point ...
- Tue Jan 06, 2015 5:35 am
- Forum: Support
- Topic: Manually Set Page breaks before Split Tables
- Replies: 7
- Views: 27852
So as usual taking the time to write up the question made me think of a few things I had not tried yet. I'd still like to know if there is something I'm missing that is built in. Otherwise here is a working solution. ScaleRichView has a function that will give you the page number based on a point ...
- Tue Jan 06, 2015 4:25 am
- Forum: Support
- Topic: Manually Set Page breaks before Split Tables
- Replies: 7
- Views: 27852
- Tue Jan 06, 2015 4:24 am
- Forum: Support
- Topic: Manually Set Page breaks before Split Tables
- Replies: 7
- Views: 27852
Manually Set Page breaks before Split Tables
Hello, I need to keep some tables from splitting over a soft page break. From reading some of the latest posts here it sounds like that is not possible with any of the built in options. In my case I am performing a mail merge to fill the document and no further editing is done. Is there a way I can ...
- Mon Dec 30, 2013 10:19 pm
- Forum: Support
- Topic: Set filename prior to Save Action's Execute
- Replies: 0
- Views: 16152
Set filename prior to Save Action's Execute
Hello, I am trying to programmatically set the filename for a first save of a document. Basically I have a default editor hooked up to all the Rich View Actions. The Rich View Open/Save/Save As actions should work as normal. I have a 'Create New File' button that will create a new rich view file ...
- Fri May 10, 2013 6:05 pm
- Forum: Support
- Topic: Embedding and Printing a TcxSpreadsheet control
- Replies: 1
- Views: 11491
Embedding and Printing a TcxSpreadsheet control
Hello, I have a generated document in a TRichView editor for user viewing/printing. My underlying data now supports a Spread Sheet section that allows users to enter their own data and calculations. I would like to embed this spreadsheet (view only) into my Rich Edit document. I don't need to save ...
- Fri Sep 14, 2012 9:52 pm
- Forum: Support
- Topic: Show Caret even when editor does not have focus?
- Replies: 2
- Views: 14347
I understand your suggestion, but things are working very well with the exception of being able to visually see where the cursor position is. I agree it should not actually be the cursor. That could confuse the user. This is more like having text highlighted. The selected text is still visible even ...
- Mon Sep 10, 2012 5:04 pm
- Forum: Support
- Topic: Show Caret even when editor does not have focus?
- Replies: 2
- Views: 14347
Show Caret even when editor does not have focus?
Hello, Is there a way to show the caret even when editor does not have focus? I am building a template editor where my customers can create templates that are used to merge with data. I have a list of available fields in a panel next to the editor. If the focus switches to the list box the caret is ...