Consultor Eletrônico



Kbase P145046: How to retrieve bindingsources pertaining to a particular form?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/04/2009
Status: Unverified

GOAL:

How to retrieve bindingsources pertaining to a particular form?

GOAL:

What is the relation between the form and the bindingSource?

FACT(s) (Environment):

Windows
OpenEdge 10.2A

FIX:

Use the session object tree. At runtime, the associations occur through the ABL code. The BindingSource is not added to the form in the InitializeComponent method. It is only added as the data source to some control.