Returning record ROWID values
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Returning record ROWID values
ABL provides a function named after the ROWID data
type to return ROWID values. Given a buffer name,
the ROWID function returns the ROWID of
the current record in the buffer. This example fetches the first
Customer record, and if it has a balance, refetches it to lock it
for update:
|