Consultor Eletrônico



Kbase P123114: New Events always start at 00.00 using CodeJock Xtreme Calendar / DatePicker ActiveX control
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/03/2007
Status: Unverified

FACT(s) (Environment):

Progress 9.1x
Windows

SYMPTOM(s):

CodeJock Xtreme Calendar Control ActiveX v10.4.2

Using CodeJock Calendar and DatePicker ActiveX controls

New Events are created but always start at 00.00

StartTime property requires a DateTime datatype; from the CodeJock documentation:

Gets\sets the start date and time for the event.

CAUSE:

This is expected behaviour. Progress 9.1x only has a Date datatype; it does not have a DateTime datatype. Since only the date is passed to the control, the start time of the Event is set to 00.00.

FIX:

Upgrade to OpenEdge 10 which has a DateTime datatype