Topic: Please help, Fast report 0,00 value hide

Please help, Fast report 0,00 value hide

http://s56.radikal.ru/i151/1504/a3/5bed0b5061f5.jpg

Re: Please help, Fast report 0,00 value hide

Example:

procedure MasterData1OnBeforePrint(Sender: TfrxComponent);
begin
      if <Report."TotalPrice"> = '0,00' then MasterData1.Visible := True else MasterData1.Visible := False;      
end;
Dmitry.

Re: Please help, Fast report 0,00 value hide

DriveSoft wrote:

Example:

procedure MasterData1OnBeforePrint(Sender: TfrxComponent);
begin
      if <Report."TotalPrice"> = '0,00' then MasterData1.Visible := True else MasterData1.Visible := False;      
end;

code did not work
I want to hide only 0.00, 0.00 when you hide, you seem 0.01

Please help

Re: Please help, Fast report 0,00 value hide

Please, attach your project (zip file without exe and dll)
I'll try to help you.

Dmitry.