Memo Value
How can I get the value from a Memo that is in the GroupHeader? and display the same variable in the same group?
In general, I want to do something else, I'm just taking it step by step
var GroupTotal=0;
function GroupHeader1OnBeforePrint(Sender)
{
GroupTotal= Memo108.Value
}
Comments
See here: https://www.fast-report.com/public_download/docs/FRVCL/online/en/UserManual/en-US/Script/Printing_the_group%27s_sum_total_in_the_groups_header.html