Summing Up Using Only Memo Fields

PixelPointerPixelPointer Vaughan, Ontario
edited 8:10AM in FastReport 3.0
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

  • edited 8:10AM
    Try this:
    if not Engine.FinalPass then //if first pass then run script
    begin
    ...
    ...
    YOU CODE
    ...
    ...
    end;
  • PixelPointerPixelPointer Vaughan, Ontario
    edited 8:10AM
    Can I do this directly in the memo fields on a report? If so, that is cool. I am going to give it a try. ;)
  • edited 8:10AM
    wrote:
    Can I do this directly in the memo fields on a report?
    No, only in script ;)

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.