I want to remove blank rows

I want to remove blank rows from both subreport 1 and subreport 2



procedure MasterData2OnBeforePrint(Sender: TfrxComponent);
begin
if <corporate."CJ ID -- C">=<client."CJ ID -- C"> then
MasterData2.visible:=true
else
MasterData2.visible:=false;
end;

procedure MasterData3OnBeforePrint(Sender: TfrxComponent);
begin
if <freelance."CJ ID -- C">=<client."CJ ID -- C"> then
MasterData3.visible:=true
else
MasterData3.visible:=false;
end;

Comments

  • edited 4:23PM
    Cases are:

    1- <client."CJ ID -- C"> have both <corporate."CJ ID -- C"> & <freelance."CJ ID -- C">

    2- <client."CJ ID -- C"> have only <corporate."CJ ID -- C">

    3- <client."CJ ID -- C"> have only <freelance."CJ ID -- C">

    4- <client."CJ ID -- C"> don't have any data

  • edited 4:23PM
    Dear All

    Can any body help me here ?!!!

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.