PreviousNextIndex

Refresh( ) method


(Windows only; GUI for .NET only)

Refreshes field values displayed for the current or specified row in any bound .NET control with values from the corresponding record in the bound ABL data source object.

You can use this method when the BindingSource object is bound to a query or a buffer. When bound to a ProDataSet object, this method applies only to the top-level table displayed in the .NET control.

Note: To refresh a row in a child table, you must use the RefreshAll( ) method.

Return type: VOID

Access: PUBLIC

Applies to: Progress.Data.BindingSource class

Syntax
Refresh( [ INPUT record-index AS INTEGER ] ) 

record-index

Invoking this method does not change the editing mode of the .NET control.

See also: AutoSync property, Position property, RefreshAll( ) method


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex