Try OpenEdge Now
skip to main content
ABL Reference
Handle Attributes and Methods Reference : ATTACHED-PAIRLIST attribute
 

ATTACHED-PAIRLIST attribute

Returns a comma-separated list of field name pairs for fields in a ProDataSet temp-table buffer that are mapped to corresponding fields in an attached data-source object. This list includes only the field name pairs you specified with the most recently attached data-source object (in the order you specified them).
Data type: CHARACTER
Access: Read-only
Applies to: Buffer object handle
This list is formatted as a comma-delimited list of field name pairs using the following syntax:

Syntax

"table1-field1,table2-field1[,table1-fieldn,table2-fieldn ]..."
If the buffer is not part of a ProDataSet object, or the buffer does not have an attached data-source object, or you did not specify a field name pair list when you attached the data-source object, this attribute returns the Unknown value (?).
Use the DATA-SOURCE-COMPLETE-MAP attribute to retrieve a list of field name pairs for all fields in a ProDataSet temp-table buffer that are mapped to corresponding fields in an attached data-source object.

See also

ATTACH-DATA-SOURCE( ) method