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

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.