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...
Continue reading...