Problems with version 3.18.4 and TfrxGroupHeader

detlefdetlef Germany
edited 8:48AM 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

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.