Hello,
I use the HTMLB Extension "DATE navigator" for this I copy the code from the BSP application HTMLB_samples (datenavigatorsample.htm).
To make the code work i have to add the following parameters in the Eventhandler "OnInitialization":
currentDate = sy-date.
today = sy-date.
monthsPerColumn = 1.
monthsPerRow = 1.
Because these parameters are filled in the Samples over the above form.
No i get the calender, but no click on the calender works. How i have to handle the events,
and where i have to put the funtions behind the events ?
For an answer I would be very grateful.
regards
Marcus