[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Writing own bindingsources for form controls

  • Thread starter Thread starter Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
Does your new class inherit from Progress.Data.BindingSource or Microsoft’s BindingSource? It should. A class must at least implement the IList interface to be used as a binding source. Even if it does the column bindings are not based on public properties and if it was, .Net will know nothing about a property defined in the ABL. There is no translation of ABL elements into the .Net world unless they are there to implement a .NET interface. What are you trying to do anyway?

Continue reading...
 
Status
Not open for further replies.
Back
Top