Problems with version 3.18.4 and TfrxGroupHeader

detlefdetlef Germany
edited 11:46PM in FastReport 3.0
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

Leave a Comment