Summing Up Using Only Memo Fields
PixelPointer
Vaughan, Ontario
Is it possible to use a 2 pass report to perform calcualtions in a memo field, without having to resort to script? I would like to use the sum of a column in a group in a calculation in the masterdata field. Is this possible? If so, how is it done?
Comments
if not Engine.FinalPass then //if first pass then run script
begin
...
...
YOU CODE
...
...
end;