|
A German / Austrian / Swiss calendar using the WinDev calendar control and a Memo-file with one record per day. Overview: Calculation of holidays in German speaking coutries Germany + Austria + Switzerland is non-trivial and definitely does not correspond to the simple scheme which we are presented by the so-called ‘Bankholidays’ associated to the calendar control. This is a test project in order to evaluate the feasibility of using the calendar control. 1 - while the calendar control is quite nice, there are no (ISO / US) calendar week numbers integrated! It would be nice to see the calendar week numbers to the right of the weeks! 2 - While it is possible to set ..color / ..brushcolor of each day I’m dearly missing the ability to have a tooltip of each single day which I could use to show Date / Day name / Holiday Name / non-RTF Memo contents. Property ..Tooltip is for the calendar control only but is ignored for single days: MyCalendar[Mydate]..Tooltip = “My Text”is not pointed out as a syntax error, but is simply ignored. Download Project (approx. 25 Mbytes):WD15_Calendar.exe Note: this project is compressed and provided as an SFX file (self-extractor) using 7z - simply the better compression algorithm. Download / install 7-zip (open source - free!) from http://www.7-zip.org/download.html |