Value in a Reuqest Form.

AlkroAlkro Member Posts: 115
I have a Report with a Request Form. In this Request Form, the user must put a date. How can i give this value to the Report in C/AL Code.

Example:

In code i can call the report:

REPORT.RUNMODAL(Report,FALSE,FALSE); //Call the Report

I want run the report with this value fill in.

REgards

Comments

Sign In or Register to comment.