SUM Memo Value

KikikKikik Jember
edited 9:38PM in FastReport .NET
in the fastreport.net i have 2 memo (TextObject)
memo 1 and memo 2.

i want to sum the value of memo 1 and 2 like in memo3 fastreport.net, like fastreport (delphi) : the expression memo 3 : [memo1.value + memo2.value]
how i sum the value in the fastreport.net like fast report delphi?

This is a picture : >

Comments

  • not 100% sure on this, but you probably need to break those statements into their own individual brackets;

    e.g. memo59.Value] + [memo60.Value


    Since its a memo its also probably memo59.Text not value. But then, I haven't tried any of this.
  • KikikKikik Jember
    edited 9:38PM
    i have the solution. change process at to report page finished, then u got the value. Thanks for answer >

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.