Search found 4 matches

by Warren
Wed Nov 06, 2013 4:20 pm
Forum: Support
Topic: Delete Table Rows causes List index out of bounds error
Replies: 5
Views: 14506

I tried that but I still get the List index out of bounds error when it paints after using the DeleteRows method in the FillFields routine... exception message : List index out of bounds (16). Main ($160c): 00472055 UaarSales.exe Classes 2992 TList.Get 00ca2246 UaarSales.exe RVItem 5770 TRVItemList ...
by Warren
Tue Nov 05, 2013 10:29 pm
Forum: Support
Topic: Delete Table Rows causes List index out of bounds error
Replies: 5
Views: 14506

I spoke too soon. I am still getting list index out of bounds errors as soon as I call the DeleteRows method you recommended. Our problem is we are in view mode not in edit mode. we need a way to delete the rows before Format is called. We are performing a mail merge trying to delete empty rows in ...
by Warren
Tue Nov 05, 2013 5:51 pm
Forum: Support
Topic: Delete Table Rows causes List index out of bounds error
Replies: 5
Views: 14506

It worked perfect. Thank you!
by Warren
Mon Nov 04, 2013 10:49 pm
Forum: Support
Topic: Delete Table Rows causes List index out of bounds error
Replies: 5
Views: 14506

Delete Table Rows causes List index out of bounds error

I am loading a .rvf file into a TSRichViewEdit control. The .rvf file consists of one table with two rows and two columns where I merged the first column for both rows. After I load the file I am trying to delete the second row like this... for i := RVData.ItemCount - 1 downto 0 do begin Style ...