Fields
- Last Updated: December 18, 2019
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Whenever a database table or temp-table is in scope, ABL allows unqualified
access to the fields of the table, provided there is no ambiguity. For example, if the client
session is connected to the sports2020 database, the
application has access to the Customer table fields when the
table reference is in scope:
|
These field references overlap the variable/property/event namespace.