trichview.support
Re: tables, select, scrollto |
Author |
Message |
Sergey Tkachenko |
Posted: 10/30/2003 11:21:49 Hi, In your example, each cell contains two text items: - empty text item that initially presents in each cell - your text in the same paragraph Change your code to: ... for ii:=0 to List_Members.Count-1 do begin table.Cells[ii,0].Clear; table.Cells[ii,0].AddNL( {add each members here, sorted by alphabetic order}, 0,0); end; But I am not sure that I understand you right. I thought you have several tables, one for each character. My procedure searched for table having text starting with the given character in the top left cell. Do you have only one table in the document? > Hi > > Example don't work :/ > Result always = -1 > |
Powered by ABC Amber Outlook Express Converter