<CopyName#> doesnt work in Dot-Matrix Report
Hi. I look at sample report from MainDemo (103.fr3)
and this code
works fine. But only on Standart Report.
Then i create Dot-Matrix Report and do same.
Actual result:
i get <CopyName#> = frxGlobalVariables on each page (in my case its '!!!').
Expected result:
'First copy' - for 1 page
'Second copy' - for 2 page and so on.
Maybe i have to do some additional action?
PS. I use FastReport 4.3 and 4.15, have same result
and this code
begin
  frxGlobalVariables['CopyName0'] := '!!!';            // copy viewed in the preview
  frxGlobalVariables['CopyName1'] := 'First copy';  // 1st printed/exported copy
  frxGlobalVariables['CopyName2'] := 'Second copy';  // 2nd printed copy
  frxGlobalVariables['CopyName3'] := 'Third copy';  // 3rd printed copy
end.
works fine. But only on Standart Report.
Then i create Dot-Matrix Report and do same.
Actual result:
i get <CopyName#> = frxGlobalVariables on each page (in my case its '!!!').
Expected result:
'First copy' - for 1 page
'Second copy' - for 2 page and so on.
Maybe i have to do some additional action?
PS. I use FastReport 4.3 and 4.15, have same result