Previous Next

DATA-SOURCE-COMPLETE-MAP attribute
Returns a comma-delimited 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.
Data type:
Access:
Applies to:
This list is formatted as a comma-delimited list of field name pairs, qualified with the corresponding ProDataSet temp-table and data-source object names, using the following syntax:
 
Syntax 
tt-buffer-name.tt-field-name,db-table-name.db-field-name 
[,tt-buffer-name.tt-field-name,db-table-name.db-field-name ]...
Note:
If the ProDataSet temp-table buffer does not have an attached data-source object, this attributes returns the Unknown value (?).
Use the ATTACHED-PAIRLIST attribute to get a list of only the field name pairs you specified with the most recently attached data-source object.

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