Hello Guys.
I'm planning to make a "multi report" where i change some fields...
Short:
Default Report 1306, i wanna use it for two purposes - traditionally when i press "Print Sale Invoice" and another where i add a new button to do basically same report, but first set a Bool = True - and in the report if that value is true - i was thinking on using trigger "OnPostReport" to exchange the fields with the value i want to have....
So basically - how do i define a Temp variable in a page extension that will be transfered to the Report Extension - so i here can see it and create logic on it?
I could create a field in a tableextension - but i think it's overkill - since i only use it for this....