[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
Is KontrahentViewModel an ABL class, not .NET? If so, can you please post this code somewhere so we can look at it. I remember now that the Microsoft BindingSource will use reflection on a class to pick up the public properties. But the properties need to be there. ABL properties that are not part of a .NET interface are not put into the .NET proxy class that is emitted at runtime. .NET knows nothing about ABL and nothing about what’s in an ABL class. So if the class is ABL you seem to have performed a miracle. Congratulations! Anyway, please post if appropriate. Thanks, Laura Sent from my iPad

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