Fields
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.