Hi!
I have a page that makes a lot of calculations, so I would like to ask the user for the start and end date before open the page.
Something similar to the Request Page of the reports, but to run a page, not a report.
Some idea? Some similar behaviour in standar NAV?
I'm using NAV 2013
Lot of thanks
0
Answers
Calculate(Ribbon)
Start Date XX/XX/XXXX
End Date XX/XX/XXXX
Pass your start date and End date to your ComplexCalculation function and your code will come into play.
Thanks
RJ.
Is have to be two date fields (start and end)? or could it be only one field like filters in request pages? i.e.: 010218..010618
Is there some similar behaviour in some page in NAV?
Thanks
Add global function to page with calculations that set the global variables (StartDate,EndDate) From Request Page.... use this function on... CloseRequestPage or somewhere.... so When I Open myCalculationsPage (OnOpenPage) I have a values that are set using this function for global variables StartDate and EndDate
But I think there better can be page where PageType= ConfirmationDialog or StandardDialog ;o)
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!