Page 1 of 1

Copy Cell Information to another Cell in a Table...

Posted: Thu Mar 15, 2012 3:20 pm
by AXSchmidt
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