Search found 3 matches

by ppfau
Thu Jan 06, 2011 4:03 pm
Forum: Support
Topic: Problem saving layout in rvf
Replies: 3
Views: 10503

this happens in actiontesttabs not in actiontest !
by ppfau
Thu Jan 06, 2011 5:55 am
Forum: Support
Topic: Problem saving layout in rvf
Replies: 3
Views: 10503

Problem saving layout in rvf

Hi Sergey,

just tried scalerichview example actiontesttabs.
compiling with d2010 is ok

but if i change orientation and/or margins in pagesetup
save that to readme.rvf, start exe new an open that file,
pagesetup is reset to default values.
rvfoptions. save and load layout is true.

any idea why ...
by ppfau
Sat Jul 29, 2006 2:00 pm
Forum: Support
Topic: copy table question
Replies: 1
Views: 8720

copy table question

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