Previous Next

Assign( ) method (Progress.Data.BindingSource)

(Windows only; GUI for .NET only)
Assigns input values from the current row in the .NET control back to the corresponding record in the bound ABL data source object buffer. When a control is bound to a single field, the BindingSource object assigns the input value to the corresponding field in the buffer.
Return type:
Access:
Applies to:
 
Syntax 
Assign( )
You can only use this method for validation at the row level. When a control fires a row-level event, the BindingSource object has access to the input values for all fields in the row. When a control fires a field-level event, the BindingSource object might not have access to that field’s input value.
If the method assigns values successfully, it returns TRUE; otherwise, it returns FALSE.
Note:
See also:

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.