Search found 33 matches
- Mon Jul 25, 2011 7:19 pm
- Forum: Support
- Topic: Flicker of Font/FontSize Combobox
- Replies: 0
- Views: 14703
Flicker of Font/FontSize Combobox
I am having a problem with the RVFontComboBox and the RVFontSizeComboBox when the form it is on is resized. When a resize is initiated by the user, both controls autoselects the text of the selected font/fontsize, and as the form's width (not length) is resized, these two controls flicker. I've ...
- Thu Dec 23, 2010 9:41 pm
- Forum: Support
- Topic: Removing pagebreaks
- Replies: 4
- Views: 14460
- Thu Dec 23, 2010 4:50 pm
- Forum: Support
- Topic: Removing pagebreaks
- Replies: 4
- Views: 14460
All of my documents are created in Word and then imported using RVActions. I cannot tell you if the page breaks exist in the Word doc, I'll have to check, but they are there after the import process in the RVE. I have to manually go to each cell that has a page break and manually delete them. I was ...
- Wed Dec 22, 2010 8:42 pm
- Forum: Support
- Topic: Removing pagebreaks
- Replies: 4
- Views: 14460
Removing pagebreaks
I am using this to remove page breaks from my DBRVE, but it does not remove them from tables. How can I modify this code to also remove page breaks in tables. for I := 0 to DBRVE.ItemCount-1 do begin if DBRVE.PageBreaksBeforeItems[I] then begin DBRVE.SetSelectionBounds(I, DBRVE.GetOffsBeforeItem(I ...
- Tue Nov 09, 2010 6:00 pm
- Forum: Support
- Topic: GetAllText Problem
- Replies: 6
- Views: 18759
- Tue Nov 09, 2010 4:44 pm
- Forum: Support
- Topic: GetAllText Problem
- Replies: 6
- Views: 18759
- Tue Nov 09, 2010 2:36 pm
- Forum: Support
- Topic: GetAllText Problem
- Replies: 6
- Views: 18759
Sergey, I was prepping a document to send to you, (Cannot send you an original due to sensitive nature of the document). Noticed that when I removed the graphic from one of the documents that was producing the error, it no longer produced the same error. I thought Getalltext only returned the text ...
- Mon Nov 08, 2010 11:17 pm
- Forum: Support
- Topic: GetAllText Problem
- Replies: 6
- Views: 18759
GetAllText Problem
I am using the GETALLTEXT function contained in RVGETTEXTW to retrieve just the text of a document (from a DBRichviewEdit). In most all cases, this works without problems, but on a few documents, the returned string is nothing but the formatting, not the text. I cannot find anything different about ...
- Mon Jun 07, 2010 12:56 pm
- Forum: Support
- Topic: Special Handling for Tables
- Replies: 12
- Views: 33338
- Thu Jun 03, 2010 7:29 pm
- Forum: Support
- Topic: Special Handling for Tables
- Replies: 12
- Views: 33338
Another hint... Just figured out the pattern on when the cursor shows up in the wrong position. My application is an MDI application. Each time my MDI frame creates a new form, the new one shows up offset down and to the right (as defined by windows). After a few iterations of creating forms (with ...
- Thu Jun 03, 2010 7:00 pm
- Forum: Support
- Topic: Special Handling for Tables
- Replies: 12
- Views: 33338
- Thu Jun 03, 2010 2:31 pm
- Forum: Support
- Topic: Special Handling for Tables
- Replies: 12
- Views: 33338
I've been testing the application a bit more, and find that even when the document has text, in some instances the cursor positions itself upper left corner not within the margins. Again, this is random, I can open up a document with the cursor in the correct position many times, then the next time ...
- Thu Jun 03, 2010 1:30 pm
- Forum: Support
- Topic: Special Handling for Tables
- Replies: 12
- Views: 33338
I'm still getting this behavior. Here is the code: if (DBRichViewEdit1.ItemCount > 0) and (DBRichViewEdit1.GetItemStyle(0) = rvsTable) then TRVTableItemInfo(DBRichViewEdit1.GetItem(0)).EditCell(0,0) else DBRichViewEdit1.SetSelectionBounds (0,DBRichViewEdit1.GetOffsBeforeItem(0), 0, DBRichViewEdit1 ...
- Wed Jun 02, 2010 8:42 pm
- Forum: Support
- Topic: Special Handling for Tables
- Replies: 12
- Views: 33338
One more issue I'm encountering. When I have an empty document, the cursor sometimes (unpredictable) does not place itself within the margins I've created with the rulers (1 inch left and right, and 1 inch top and bottom). Instead the cursor shows up in the upper left corner. When I start typing ...
- Tue Jun 01, 2010 6:11 pm
- Forum: Support
- Topic: Special Handling for Tables
- Replies: 12
- Views: 33338