Problems with version 3.18.4 and TfrxGroupHeader
detlef
Germany
I have got a problem with version 3.18.4 and TfrxGroupHeader-Band. The problem only accurse, after setting the property ???visible??? just once to false.
Please, try it with the FRDemo-program. Use ???2.fr3??? and add the following function:
procedure GroupHeader1OnBeforePrint(Sender: TfrxComponent);
begin
with GroupHeader1 do
Visible:= Copy(<Customers."Company">, 1, 1) <> 'B'
end;
After false (???B???), no groupheader printing.
With version 3.18 it???s working fin.
Detlef
Please, try it with the FRDemo-program. Use ???2.fr3??? and add the following function:
procedure GroupHeader1OnBeforePrint(Sender: TfrxComponent);
begin
with GroupHeader1 do
Visible:= Copy(<Customers."Company">, 1, 1) <> 'B'
end;
After false (???B???), no groupheader printing.
With version 3.18 it???s working fin.
Detlef