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
}