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

General TRichView support forum. Please post your questions here
Post Reply
AXSchmidt
Posts: 20
Joined: Thu Mar 15, 2012 3:16 pm

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

Post 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
Post Reply