DEFINE BROWSE statement
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
DEFINE BROWSE statement
The DEFINE BROWSE statement
relies on a unique record identifier for forward and backward scrolling.
If your Oracle table does not support the ABL ROWID function
(either through a PROGRESS_RECID column or an indexed NUMBER column
with unique values), you can write the following code that explicitly
requests the scrolling behavior that the ABL browse has by default:
|