Script: Change position in script
Hello,
im trying to change a Memo position (Left property to be specific) with this code:
But it wouldnt work.
Any idea why?
thank you.
im trying to change a Memo position (Left property to be specific) with this code:
procedure Page1OnBeforePrint(Sender: TfrxComponent);
begin
  Memo7.left := Memo8.left;   Â
end;
But it wouldnt work.
Any idea why?
thank you.
Comments
you want Memo7.left := Memo8.left;
if your memos are in a band use the band obp event.
Yes sorry its "Left"
but it dosnt work!
attach a sample of your fr3 file here.