In a subform grid, dates can be entered (using the calender popup)
As you see on the screenshot, 2018-07-19 has been picked in the first row/cell. When clicking the next row, the calender pops up again with the current month (Febrary 2018).
Since I will choose a later date than 2018-07-19, I need to navigate through all the months again to get to the desired date. And so on and so forth...
My idea was to intercept the onclick event that calls nuPopupCalendar(this) and pass a custom date to the calender.
To do so, I would need a function nuPopupCalendar(this,y,m,d) that takes (optional)/additional parameters (year/month/date) to open the calender in another date than today.
I hope it's more or less clear what I want to do...
calendar.PNG
You do not have the required permissions to view the files attached to this post.