copy table question
Posted: Sat Jul 29, 2006 2:00 pm
Hi
i simply want to copy a table n times.
table.SelectRows(0,table.Rows.Count); // select table
rve.CopyRVF;
rve.deselect;
for i:=0 to n-1 do
rve.paste;
but i only get beeps
thank you
ppfau
i simply want to copy a table n times.
table.SelectRows(0,table.Rows.Count); // select table
rve.CopyRVF;
rve.deselect;
for i:=0 to n-1 do
rve.paste;
but i only get beeps
thank you
ppfau