SUM Memo Value
Kikik
Jember
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 :
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
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.