Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: Datepicker class

$
0
0
Re: Datepicker class
FoxInCloud
Re: Datepicker class
01/02/2012
12:07:08 PM
3EE0PZ5OD Show this entire thread in new window
From:
To:
Attachments:
None
Thanks Tuvia,

1/ Could not find "alue" anywhere.
Anyway, having a missing property in the .wcPropSave is harmless as FoxInCloud checks PEMstatus() before reading or saving a property.

2/ We'll fix current month display as you suggest.

thn


If you use the datepicker class, there are two bugs that you need to adjust for, one minor and one major.

In the datepicker container, the wcpropsave has a type listing a nonexistant property "alue". Delete that property from the list.

The major one is the month display does not display when the dropdpwn is active, so you have no way to ever know what month is the current month.

In the webcalendar container, in the ref4reshmonth method change:

This.Header.CurrentMonth.Value = Month(m.lFirstDate)

with this:

This.Header.CurrentMonth.Value = CMONTH(DATE(m.tnYear, MONTH(m.lFirstDate),1)) + " " + Str(m.tnYear,4,0)

That will fix the display.




Viewing all articles
Browse latest Browse all 10393

Trending Articles