Consultor Eletrônico



Kbase P153494: Can't set a value to the DataKeyMember property under DataBindingsForAppointments of the UltraCalend
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/10/2009
Status: Unverified

SYMPTOM(s):

Can't set a value to the DataKeyMember property under DataBindingsForAppointments of the UltraCalendarInfo

At runtime, an error will occur if the DataKeyMember property under DataBindingsForAppointments has a value other than ""


System.Exception: In current data source there is no column named: DateEntered.

FACT(s) (Environment):

The problem is not observed if the property doesn't have a value
The problem can be reproduced when setting values to other DataBinding properties of the UltraCalendarInfo
Using UltraCalendarInfo and ProBingingSource controls

Windows
OpenEdge 10.2A

CAUSE:

Bug# OE00191672


FIX:

Leave the property blank, and assign it in the Constructor, after InitializeComponent(), i.e:

InitializeComponent().
THIS-OBJECT:rmCalendarInfo:DataBindingsForAppointments:DataKeyMember = "DateEntered".