Created On: 09 January 2012
Problem:
Although there is documentation with the WOW Extensions Designer that discusses the various properties and events available, there isn't a working example of how to read the properties.
Resolution:
The MonthCal control uses the MONTHCAL-SYSTEMTIMES definition in the Windows.cpy copy file. For example to obtain the selected date you should use the following code:
Call WowGetProp using win-return monthcal1-h "date" mc-date1.
See the attached example.
Call WowGetProp using win-return monthcal1-h "date" mc-date1.
See the attached example.
Incident #2553227
Attachments
Old KB# 35367
#WOWCalendar