Try OpenEdge Now
skip to main content
GUI for .NET Programming
Binding ABL Data to .NET Controls : Understanding the ProBindingSource : Programming considerations : Binding .NET controls to CLOB fields
 
Binding .NET controls to CLOB fields
Binding .NET controls to an ABL CLOB (a Character Large Object) field requires special care. You need to know that the ProBindingSource exposes the CLOB data type to the .NET control as a .NET System.String data type. Before binding a CLOB field to a .NET control, check that it can handle the System.String data type.