On the header use the SetData function. See posted sales invoice report. SetData takes a textbox name in the body that has values and makes them available to the header or the footer of the report
Then on the footer use the GetData(1,1)
So if text box name has name MySalespersonName with values Salesperson.Name, on the header create a hidden textbox with value =SetData(MySalespersonName,1). on the footer create a textbox with value =GetData(1,1)
Make sure that SetData and GetData function are available from Report-> Report Properties-> Code
Comments
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
On the header use the SetData function. See posted sales invoice report. SetData takes a textbox name in the body that has values and makes them available to the header or the footer of the report
Then on the footer use the GetData(1,1)
So if text box name has name MySalespersonName with values Salesperson.Name, on the header create a hidden textbox with value =SetData(MySalespersonName,1). on the footer create a textbox with value =GetData(1,1)
Make sure that SetData and GetData function are available from Report-> Report Properties-> Code
Regards,
Vasilis