No idea why it doesn't work.
I tried an older IntraWeb version (15.4.1), but had the same behavior.
Maybe it's my old cbuilder ? 10.2.3.
Now I found a solution or got around the error:
in IWCalendar I set AsyncMode to false
write an event routine for DateChange and one for GetMonthName or GetDayName
The events are also fired from the Modal Window.
When a date is selected TDateChange, and when Prev or Next Button is clicked GetMonthName.
The ModaleWindow is closed, I can't prevent that, but I start it again in the GetMonthname event routine.
The previous/next month is displayed, it is as it should be.
In Germany we say "from behind through the chest into the eye"![[Image: wink.png]](https://www.atozed.com/forums/images/icons/wink.png)
But it seems to work if anyone is still looking for it.
Or is there something against it?
Thanks
Jörg
I tried an older IntraWeb version (15.4.1), but had the same behavior.
Maybe it's my old cbuilder ? 10.2.3.
Now I found a solution or got around the error:
in IWCalendar I set AsyncMode to false
write an event routine for DateChange and one for GetMonthName or GetDayName
The events are also fired from the Modal Window.
When a date is selected TDateChange, and when Prev or Next Button is clicked GetMonthName.
The ModaleWindow is closed, I can't prevent that, but I start it again in the GetMonthname event routine.
The previous/next month is displayed, it is as it should be.
In Germany we say "from behind through the chest into the eye"
But it seems to work if anyone is still looking for it.
Or is there something against it?
Thanks
Jörg

