CODE
procedure MasterData1OnBeforePrint(Sender: TfrxComponent);
begin
If <frxDBDatasetInforme."ACTIVO"> = 0 then
begin
Memo37.Font.Style := [fsStrikeOut];
end
else
begin
Memo37.Font.Style := [];
end;
end;
begin
If <frxDBDatasetInforme."ACTIVO"> = 0 then
begin
Memo37.Font.Style := [fsStrikeOut];
end
else
begin
Memo37.Font.Style := [];
end;
end;
what is it the problem???
thanks
