Página 1 de 1

TMonthCalendar

Publicado: Mar Ago 16, 2011 10:33 pm
por Roberto
The event OnChange is not fired when the new date is today.
Please, could you correct it?
Tks,

TMonthCalendar

Publicado: Mar Ago 16, 2011 10:53 pm
por jlalin
Roberto,
please explain step by step how to make it fail or send a little test to
see the problem. I am testing it here and the OnChange event is fired always.
Regards,
José Lalí­n

TMonthCalendar

Publicado: Vie Oct 07, 2011 4:22 pm
por Moises Leon
// Correccion a clase TMonthCalendar para reseleccionar el dia inicial
CLASS TMonthCalendar FROM XMonthCalendar
METHOD Change( dValue )
ENDCLASS
METHOD Change( dValue ) CLASS TMonthCalendar
IF ::Fdvalue != dValue
::Fdvalue := dValue
::OnChange( dValue )
ENDIF
RETURN Nil
"Roberto" <roberto[at]top2[dot]com[dot]br> escribió en el mensaje de
noticias news:4e4ad412$[email=1@svctag-j7w3v3j....]1@svctag-j7w3v3j....[/email]
> The event OnChange is not fired when the new date is today.
>
> Please, could you correct it?
>
> Tks,