UseFullFieldNames property
- Last Updated: January 18, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
(Windows only; GUI for .NET)
UseFullFieldNames allows you to display
duplicate fields when there are duplicate field names from different tables in a
joined query. UseFullFieldNames is only relevant
when the ProBindingSource object is bound to a
joined query. The default value is FALSE.
Data type: LOGICAL
Access: PUBLIC Readable/Writeable
Applies to: Progress.Data.BindingSource class
If setting
UseFullFieldNames to TRUE, you reference all columns in
the ProBindingSource using the format:
|
The following example code illustrates how to use this format:
|
Note: When using the
ProBindingSource:SetFields() method, you specify
the field name using the ABL format, not the above format. For example:
|