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 ...
Search found 33 matches
- Mon Jul 25, 2011 7:19 pm
- Forum: Support
- Topic: Flicker of Font/FontSize Combobox
- Replies: 0
- Views: 16279
- Thu Dec 23, 2010 9:41 pm
- Forum: Support
- Topic: Removing pagebreaks
- Replies: 4
- Views: 15134
- Thu Dec 23, 2010 4:50 pm
- Forum: Support
- Topic: Removing pagebreaks
- Replies: 4
- Views: 15134
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 ...
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: 15134
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 ...
for I := 0 to DBRVE.ItemCount-1 do
begin
if DBRVE.PageBreaksBeforeItems[I] then
begin
DBRVE.SetSelectionBounds(I, DBRVE ...
- Tue Nov 09, 2010 6:00 pm
- Forum: Support
- Topic: GetAllText Problem
- Replies: 6
- Views: 19707
- Tue Nov 09, 2010 4:44 pm
- Forum: Support
- Topic: GetAllText Problem
- Replies: 6
- Views: 19707
- Tue Nov 09, 2010 2:36 pm
- Forum: Support
- Topic: GetAllText Problem
- Replies: 6
- Views: 19707
- Mon Nov 08, 2010 11:17 pm
- Forum: Support
- Topic: GetAllText Problem
- Replies: 6
- Views: 19707
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 ...
I cannot find anything different about ...
- Mon Jun 07, 2010 12:56 pm
- Forum: Support
- Topic: Special Handling for Tables
- Replies: 12
- Views: 35798
- Thu Jun 03, 2010 7:29 pm
- Forum: Support
- Topic: Special Handling for Tables
- Replies: 12
- Views: 35798
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 ...
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: 35798
- Thu Jun 03, 2010 2:31 pm
- Forum: Support
- Topic: Special Handling for Tables
- Replies: 12
- Views: 35798
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 ...
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: 35798
- Wed Jun 02, 2010 8:42 pm
- Forum: Support
- Topic: Special Handling for Tables
- Replies: 12
- Views: 35798
- Tue Jun 01, 2010 6:11 pm
- Forum: Support
- Topic: Special Handling for Tables
- Replies: 12
- Views: 35798