REPORT.RUN parameter problem NAV 2009 R2

deprodepro Member Posts: 46
Hi,

I am using NAV 2009 R2 calssic client.
I would like to run Report from my current lunch report.

I`ve wrode this code in OnPreReport Trigger:
REPORT.RUN(20, TRUE, FALSE, myVariable);

When client executes this code i get an error:
"'TRUE' is not an option. The existing options are: No, Yes"

This code works in 4 and 5.0 versions.

Below code sample form C/Side Reference Guide:
REPORT.RUN(1001, FALSE, TRUE);


Regards,
Depro

Comments

Sign In or Register to comment.