Hello,
does anyone have experience how to add a comment throw the report request page on to the printed report?
The field "AddComment" is provided in the table where the data is obtained.
field(9; AddComment; Text[200]) //For reports to get an additional description/comment. { Caption = 'Additional Comment'; }
To show the field in the request page:
So the question is how to I play the entered comment back into the table/field to use it in the report. Save the entered comment throught the request page to the record.
Thank you guys!
Tom