Kbase P144153: UltraGrid shows all columns when new BindingSource is assigned to it even though BindingSource is sa
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/14/2011 |
|
Status: Unverified
SYMPTOM(s):
Second BindingSource object is assigned the HANDLE attribute of the first BindingSource object
UltraGrid changes to show all columns in second BindingSource when it is assigned to the UltraGrids DataSource property
FACT(s) (Environment):
Windows
OpenEdge 10.2A
CAUSE:
This is working as designed. When a BindingSource object is assigned the handle attribute of another BindingSource this does not bring across all of the attributes of the original BindingSource object.
FIX:
Use the SetFields() method to set the fields you want to see in the new BindingSource object