Consultor Eletrônico



Kbase P141048: CalendarInfo property FirstDayOfWeek ignored
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/02/2009
Status: Unverified

SYMPTOM(s):

CalendarInfo property ignored

CalendarInfo property (FirstDayOfWeek) ignored if the CalendarInfo is assigned to the ultraMonthViewSingle programmatically outside of the InitializeComponent method

The ultraMonthViewSingle control ignores CalendarInfo:FirstDayOfWeek if CalendarInfo is set for the ultraMonthview outside of the InitializeComponent method:
ultraMonthViewSingle1:CalendarInfo = ultraCalendarInfo1.

FACT(s) (Environment):

OpenEdge 10.2x

FIX:

Set the property (CalendarInfo = ultraCalendarInfo1) in the property view; this will generate the assignment in the InitializeComponent method.