Copy Cell Information to another Cell in a Table...
Posted: Thu Mar 15, 2012 3:20 pm
Hey,
i am searching a string in a table in a RVE.
How can I copy this String to the cell below?
while RichViewEdit1.SearchText('SEARCHTEXT',GetRVESearchOptions(ReplaceDialog1.Options)) do
begin
// copy cell content to cell below...
end;
thx4hlp
i am searching a string in a table in a RVE.
How can I copy this String to the cell below?
while RichViewEdit1.SearchText('SEARCHTEXT',GetRVESearchOptions(ReplaceDialog1.Options)) do
begin
// copy cell content to cell below...
end;
thx4hlp