How to I mod. any prop. of detail items frm script

edited June 2005 in FreeReport
Hi !

I trying to create dynamic page items, but everytime I failed.

I put this code to the MasterData1.Script:
begin
 Mem_Person.Font.Name := 'Courier New';
 Mem_Person.Font.Size := 18;
 Mem_Person.Font.Color := clRed;
end;

The report is working, but the element is not changed !

Then I try to make an buggy code:
Mem_Person1.Font.Name := 'Courier New';

This memo is not exists.
But report is show same result, it is not show errors, or others.

I very hate this, because FreeReport is good, but don't usable for me, because I need to change the showed graphics - row by row.

Please help me !

ft

Leave a Comment