trichview.support
Re: export table as txt-file - mistake found |
Author |
Message |
Sergey Tkachenko |
Posted: 03/15/2005 21:29:48 Yes, your change is correct. The mistake was in using cell's methods instead of cell.RVData's method for accessing cell's items. Change this line to if RVData.GetItemStyle(i)>=0 then write(ziel, RVData.getItemTextA(i)) (rveTableOp.Cells[r,c].GetRVData was assigned to RVData) |
Powered by ABC Amber Outlook Express Converter