Search found 9 matches

by markkuin2
Mon Nov 07, 2005 10:15 am
Forum: Support
Topic: Access violation when using search with table
Replies: 5
Views: 27444

Thanks
by markkuin2
Mon Nov 07, 2005 10:04 am
Forum: Support
Topic: Access violation when using search with table
Replies: 5
Views: 27444

It seems the error occurs in: function TCustomRVFormattedData.SearchText(Down, MatchCase, WholeWord: Boolean; s:String):Boolean; function SearchInItem(item: TCustomRVItemInfo; StoreSub: TRVStoreSubRVData; SubRVData: TCustomRVFormattedData): Boolean; if Result then item.ChooseSubRVData(StoreSub); //A...
by markkuin2
Mon Nov 07, 2005 9:35 am
Forum: Support
Topic: Access violation when using search with table
Replies: 5
Views: 27444

I use Richview 198 and Delphi 7
by markkuin2
Mon Nov 07, 2005 9:30 am
Forum: Support
Topic: Access violation when using search with table
Replies: 5
Views: 27444

Access violation when using search with table

When I have a table with 2 rows; 2 columns in row 1; 1 column in row 2. I place some text in row2 column 1. I put the cursor below the table Then I search for the text in row2 column1 (Search direction: up). This results in an access violation. When I place the cursor above the table and search down...
by markkuin2
Thu Oct 20, 2005 9:07 am
Forum: Support
Topic: How to find first misspelled word from caret position
Replies: 2
Views: 16010

Thanks Sergey, I needed the standard interface for spellcheckers, so I changed one of the interfaces to work with my own list of words.
by markkuin2
Wed Oct 19, 2005 2:42 pm
Forum: Support
Topic: How to find first misspelled word from caret position
Replies: 2
Views: 16010

How to find first misspelled word from caret position

I'm trying to find the first misspelled word from the caret position, but my code breaks when there are tables which contain text. (the spelling errors in the tables won't be found) Is there a way to walk through all the text in the table cells? This is my code: procedure TForm1.FindError; var i, j,...
by markkuin2
Wed Sep 07, 2005 8:27 am
Forum: Support
Topic: Printing of tabs
Replies: 1
Views: 15925

Printing of tabs

When I print multiple document with a lot of tab-characters in it, my computer suddenly reboots, with no warning / blue screen or whatever. I found that when I changed the procedure TRVTabItemInfo.DrawTab(...) // if Canvas.Brush.Color<>clNone then if (Canvas.Brush.Color and $FFFFFF) <> (clNone and $...
by markkuin2
Tue Sep 06, 2005 12:14 pm
Forum: Support
Topic: Printing of labels
Replies: 1
Views: 16561

Printing of labels

I use the richview component to print labels with customer data. I do this by creating a layout which is small enough to fit on one label. I modified the component to be able to print more then one document on a single page (by adjusting the left, right, top and bottom margin in the TPrintableRVData...
by markkuin2
Tue Sep 06, 2005 10:04 am
Forum: Support
Topic: Problem positioning bullets
Replies: 1
Views: 16268

Problem positioning bullets

I try to position bullets using left / first indent, but they remain on the far left side of the page. I'm using version 1.9.0.4. Is this a known problem or is there a workaround?