Hi everyone,
I am on a task that concerns NAV version 11.0.19394.0, and I am trying to do a task on the RequestePage of a Report.
I am trying to figure out how can I know if the user click on the PRINT button choice or another button choice (PREVIEW, PDF, WORD, EXCEL), so I can run a modification on the DataItem of the Report.
So if you want more informations don't hesitate to ask me
Answers
I don't think there is an event for that. Why do you need to show different prints if the user wants pdf or word?
You could bespoke add some action button with an strmenu, run the report as:
https://docs.microsoft.com/en-us/dynamics-nav/saveas-function
also you can use SAVEASPDF functions etc.
but I don't see why you want to do it.