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 MS SQL Server data source table does not support the OpenEdge
ROWID function (through either a PROGRESS_RECID column or
an indexed column with unique values, defined as bigint in OpenEdge Release
10.1B and later or as integer in Release 10.A or earlier), you can write code
that explicitly requests the default OpenEdge browse scrolling behavior, similar to this:
|